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