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 classRange.IntRangeclassS32VectorSimple adjustable-length vector of signed 32-bit integers (ints).Methods in gnu.lists that return IntSequence Modifier and Type Method Description static IntSequenceSequences. asIntSequenceOrNull(Object value)Methods in gnu.lists with parameters of type IntSequence Modifier and Type Method Description static ListSequences. indirectIndexed(List lst, IntSequence indexes)static IStringStrings. 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)
-