Uses of Interface
gnu.lists.CharSeq
-
Packages that use CharSeq Package Description gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. -
-
Uses of CharSeq in gnu.lists
Classes in gnu.lists that implement CharSeq Modifier and Type Class Description class
CharBuffer
Editable character sequence using a buffer-gap implementation and self-adjusting position.class
FString
Simple adjustable-length vector whose elements are 32-bit code points Used for the Scheme string type.Methods in gnu.lists that return CharSeq Modifier and Type Method Description CharSeq
FString. subSequence(int start, int end)
Methods in gnu.lists with parameters of type CharSeq Modifier and Type Method Description static void
Strings. copyInto(CharSequence src, int start, int end, CharSeq dst, int at)
static void
Strings. makeCapitalize(CharSeq str)
Capitalize this string.static void
Strings. makeLowerCase(CharSeq str)
Change every character to be lowercase.static void
Strings. makeUpperCase(CharSeq str)
Change every character to be uppercase.
-