Uses of Interface
gnu.lists.CharSeq
Packages that use CharSeq
Package
Description
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
-
Uses of CharSeq in gnu.lists
Modifier and TypeClassDescriptionclassEditable character sequence using a buffer-gap implementation and self-adjusting position.classSimple adjustable-length vector whose elements are 32-bit code points Used for the Scheme string type.Modifier and TypeMethodDescriptionstatic 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.