Package | Description |
---|---|
gnu.jemacs.swt | |
gnu.kawa.functions |
Various core run-time functions and operators.
|
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 | Method and Description |
---|---|
FString |
SwtBuffer.getModelineFormat() |
Modifier and Type | Method and Description |
---|---|
static FString |
Format.formatToFString(char style,
java.lang.Object fmt,
java.lang.Object[] args)
Apply format and argument, yielding an FString.
|
Modifier and Type | Class and Description |
---|---|
class |
CharBuffer
Editable character sequence using a buffer-gap implementation and
self-adjusting position.
|
Modifier and Type | Method and Description |
---|---|
static FString |
FString.alloc(int sz)
Create a empty string, but with a given initial buffer size.
|
FString |
FString.append(char c) |
FString |
FString.append(java.lang.CharSequence csq) |
FString |
FString.append(java.lang.CharSequence csq,
int start,
int end) |
FString |
FString.append(java.lang.Object obj) |
FString |
FString.appendCharacter(int c)
Append a Unicode code point.
|
FString |
FString.copy(int start,
int end) |
protected FString |
FString.newInstance(int newLength) |
FString |
FString.prepend(java.lang.CharSequence str,
int start,
int end) |
FString |
FString.prepend(java.lang.Object obj) |
FString |
FString.prependCharacter(int c) |
Constructor and Description |
---|
CharBuffer(FString str) |