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.
|
Modifier and Type | Method and Description |
---|---|
UInt |
U32Vector.get(int index) |
UInt |
U32Vector.getRaw(int index) |
Modifier and Type | Method and Description |
---|---|
void |
U32Vector.setRaw(int index,
UInt value) |
Modifier and Type | Method and Description |
---|---|
static UInt |
UInt.valueOf(int ival) |
Modifier and Type | Method and Description |
---|---|
int |
UInt.compareTo(UInt other) |