Uses of Class
gnu.math.UByte
-
Packages that use UByte Package Description gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.gnu.math Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units. -
-
Uses of UByte in gnu.lists
Methods in gnu.lists that return UByte Modifier and Type Method Description UByte
U8Vector. get(int index)
UByte
U8Vector. getRaw(int index)
Methods in gnu.lists with parameters of type UByte Modifier and Type Method Description void
U8Vector. setRaw(int index, UByte value)
-
Uses of UByte in gnu.math
Methods in gnu.math that return UByte Modifier and Type Method Description static UByte
UByte. valueOf(byte ival)
Methods in gnu.math with parameters of type UByte Modifier and Type Method Description int
UByte. compareTo(UByte other)
-