Uses of Interface
gnu.lists.IntSequence
Packages that use IntSequence
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
-
Uses of IntSequence in gnu.lists
Classes in gnu.lists that implement IntSequenceModifier and TypeClassDescriptionstatic class
class
Simple adjustable-length vector of signed 32-bit integers (ints).Methods in gnu.lists that return IntSequenceMethods in gnu.lists with parameters of type IntSequenceModifier and TypeMethodDescriptionstatic 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