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 TypeClassDescriptionclass
Editable character sequence using a buffer-gap implementation and self-adjusting position.class
Simple adjustable-length vector whose elements are 32-bit code points Used for the Scheme string type.Modifier and TypeMethodDescriptionstatic 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.