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