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 classCharBufferEditable character sequence using a buffer-gap implementation and self-adjusting position.classCharVectorSimple adjustable-length vector whose elements are 16-bit chars.classFStringSimple 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 intAbstractCharVector. compareTo(AbstractCharVector<?> cv1, AbstractCharVector<?> cv2, int length)static booleanAbstractCharVector. equals(AbstractCharVector<?> c1, AbstractCharVector<?> c2)
-