Uses of Class
gnu.math.UByte

Packages that use UByte
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
Supports various numeric types, including complex numbers, efficient bignums, exact rational numbers, units.
  • Uses of UByte in gnu.lists

    Subclasses with type arguments of type UByte in gnu.lists
    Modifier and Type
    Class
    Description
    class 
    Simple adjustable-length vector of unsigned 8-bit integers (bytes).
    Methods in gnu.lists that return UByte
    Modifier and Type
    Method
    Description
    final UByte
    U8Vector.get(int index)
     
    final UByte
    U8Vector.getRaw(int index)
     
    Methods in gnu.lists with parameters of type UByte
    Modifier and Type
    Method
    Description
    final void
    U8Vector.setRaw(int index, UByte value)
     
  • Uses of UByte in gnu.math

    Classes in gnu.math that implement interfaces with type arguments of type UByte
    Modifier and Type
    Class
    Description
    class 
     
    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)