Package | Description |
---|---|
gnu.jemacs.swt | |
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferContent |
class |
SwtCharBuffer
TODO Explain that this is all about.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static int |
AbstractCharVector.compareTo(AbstractCharVector<?> cv1,
AbstractCharVector<?> cv2,
int length) |
static int |
AbstractCharVector.compareTo(AbstractCharVector<?> cv1,
AbstractCharVector<?> cv2,
int length) |
static boolean |
AbstractCharVector.equals(AbstractCharVector<?> c1,
AbstractCharVector<?> c2) |
static boolean |
AbstractCharVector.equals(AbstractCharVector<?> c1,
AbstractCharVector<?> c2) |