Uses of Class
gnu.lists.IString
-
Packages that use IString Package Description gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. -
-
Uses of IString in gnu.lists
Subclasses of IString in gnu.lists Modifier and Type Class Description static classIString.SubStringMethods in gnu.lists that return IString Modifier and Type Method Description static IStringStrings. indirectIndexed(CharSequence base, IntSequence indexes)Make a read-only substring, generalized to arbitrary index sequences.IStringIString. subSequence(int from, int to)Substring using offsets in code-units (16-bit chars).static IStringIString. valueOf(CharSequence str)static IStringIString. valueOf(CharSequence str, int start, int count)Methods in gnu.lists with parameters of type IString Modifier and Type Method Description intIString. compareTo(IString other)Constructors in gnu.lists with parameters of type IString Constructor 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)
-