Package | Description |
---|---|
gnu.kawa.functions | |
gnu.text |
Supports various utility classes
for formatting, parsing, and manipulating text (strings).
|
Modifier and Type | Class and Description |
---|---|
class |
LispFormat
A representation of a parsed Common Lisp-style format.
|
class |
ObjectFormat |
Modifier and Type | Method and Description |
---|---|
static ReportFormat |
ParseFormat.asFormat(java.lang.Object arg,
char style) |
ReportFormat |
ParseFormat.parseFormat(LineBufferedReader fmt) |
static ReportFormat |
ParseFormat.parseFormat(LineBufferedReader fmt,
char magic) |
Modifier and Type | Class and Description |
---|---|
class |
CaseConvertFormat |
class |
CompoundFormat |
class |
FlushFormat |
class |
IntegerFormat
Handle formatting of integers.
|
class |
LiteralFormat |
class |
PadFormat
Given a Format, pad the formatted result to a specified width.
|