Uses of Interface
gnu.lists.IntSequence
-
Packages that use IntSequence Package Description gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. -
-
Uses of IntSequence in gnu.lists
Classes in gnu.lists that implement IntSequence Modifier and Type Class Description static class
Range.IntRange
class
S32Vector
Simple adjustable-length vector of signed 32-bit integers (ints).Methods in gnu.lists that return IntSequence Modifier and Type Method Description static IntSequence
Sequences. asIntSequenceOrNull(Object value)
Methods in gnu.lists with parameters of type IntSequence Modifier and Type Method Description static List
Sequences. indirectIndexed(List lst, IntSequence indexes)
static IString
Strings. indirectIndexed(CharSequence base, IntSequence indexes)
Make a read-only substring, generalized to arbitrary index sequences.Constructors in gnu.lists with parameters of type IntSequence Constructor Description IndirectIndexedSeq(List<E> base, IntSequence indexes)
-