Package | Description |
---|---|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
IString.SubString |
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.
|
IString |
IString.subSequence(int from,
int to)
Substring using offsets in code-units (16-bit chars).
|
static IString |
IString.valueOf(java.lang.CharSequence str) |
static IString |
IString.valueOf(java.lang.CharSequence str,
int start,
int count) |
Modifier and Type | Method and Description |
---|---|
int |
IString.compareTo(IString other) |
Constructor and Description |
---|
SubString(IString base,
int start,
int end)
Create a substring of the given base string.
|
SubString(IString base,
int start,
int end,
int jlStart,
int jlEnd) |