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