Package | Description |
---|---|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
Range.IntRange |
class |
S32Vector
Simple adjustable-length vector of signed 32-bit integers (ints).
|
Modifier and Type | Method and Description |
---|---|
static IntSequence |
Sequences.asIntSequenceOrNull(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
static IString |
Strings.indirectIndexed(java.lang.CharSequence base,
IntSequence indexes)
Make a read-only substring, generalized to arbitrary index sequences.
|
static java.util.List |
Sequences.indirectIndexed(java.util.List lst,
IntSequence indexes) |
Constructor and Description |
---|
IndirectIndexedSeq(java.util.List<E> base,
IntSequence indexes) |