Uses of Class
gnu.lists.AbstractCharVector
-
Packages that use AbstractCharVector Package Description gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees. -
-
Uses of AbstractCharVector in gnu.lists
Subclasses of AbstractCharVector in gnu.lists Modifier and Type Class Description class
CharBuffer
Editable character sequence using a buffer-gap implementation and self-adjusting position.class
CharVector
Simple adjustable-length vector whose elements are 16-bit chars.class
FString
Simple adjustable-length vector whose elements are 32-bit code points Used for the Scheme string type.Methods in gnu.lists with parameters of type AbstractCharVector Modifier and Type Method Description static int
AbstractCharVector. compareTo(AbstractCharVector<?> cv1, AbstractCharVector<?> cv2, int length)
static boolean
AbstractCharVector. equals(AbstractCharVector<?> c1, AbstractCharVector<?> c2)
-