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 UByteU8Vector. get(int index)UByteU8Vector. getRaw(int index)Methods in gnu.lists with parameters of type UByte Modifier and Type Method Description voidU8Vector. setRaw(int index, UByte value) -
Uses of UByte in gnu.math
Methods in gnu.math that return UByte Modifier and Type Method Description static UByteUByte. valueOf(byte ival)Methods in gnu.math with parameters of type UByte Modifier and Type Method Description intUByte. compareTo(UByte other)
-