Uses of Class
gnu.math.UInt

Packages that use UInt
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 UInt in gnu.lists

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

    Classes in gnu.math that implement interfaces with type arguments of type UInt
    Modifier and Type
    Class
    Description
    class 
     
    Methods in gnu.math that return UInt
    Modifier and Type
    Method
    Description
    static UInt
    UInt.valueOf(int ival)
     
    Methods in gnu.math with parameters of type UInt
    Modifier and Type
    Method
    Description
    int
    UInt.compareTo(UInt other)