| Package | Description |
|---|---|
| gnu.jemacs.swt | |
| gnu.kawa.functions | |
| gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
| Modifier and Type | Field and Description |
|---|---|
protected FString |
SwtCharBuffer.chars |
| 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 | 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FString.addAll(FString s)
Append all the characters of another
FString. |
| Constructor and Description |
|---|
CharBuffer(FString str) |