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 TypeClassDescriptionclass
Editable character sequence using a buffer-gap implementation and self-adjusting position.class
Simple adjustable-length vector whose elements are 16-bit chars.class
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 AbstractCharVectorModifier and TypeMethodDescriptionstatic int
AbstractCharVector.compareTo
(AbstractCharVector<?> cv1, AbstractCharVector<?> cv2, int length) static boolean
AbstractCharVector.equals
(AbstractCharVector<?> c1, AbstractCharVector<?> c2)