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 classCharBufferEditable character sequence using a buffer-gap implementation and self-adjusting position.classFStringSimple 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 CharSeqFString. subSequence(int start, int end)Methods in gnu.lists with parameters of type CharSeq Modifier and Type Method Description static voidStrings. copyInto(CharSequence src, int start, int end, CharSeq dst, int at)static voidStrings. makeCapitalize(CharSeq str)Capitalize this string.static voidStrings. makeLowerCase(CharSeq str)Change every character to be lowercase.static voidStrings. makeUpperCase(CharSeq str)Change every character to be uppercase.
-