Uses of Class
gnu.math.ULong

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

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

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