Interface | Description |
---|---|
ICharsets |
Provides constants for the standard character sets that are available in every JRE.
|
ICheckedCharset |
Specifies the interface of objects that represents a character encoding name
that has already been checked if it is supported by the platform.
|
IIndentedTextWriter<T extends IIndentedTextWriter> |
A generic interface for writing text with indentation support.
|
IJSONConvertible |
Implementers of this interface are capable of converting themselves into
a valid JSON string representation.
|
ILineProcessor |
A simple interface that allows processing a longer text line by line.
|
IMutableStringPair |
Specifies additional methods for IStringPair objects that allow to modify
them.
|
IName | |
IStringConstant |
Common interface of enumerations that define string constants.
|
IStringFilter |
A simple interface for abstraction of string matching.
|
IStringPair |
Specifies a pair of String objects.
|
IStringRepresentation |
This interface defines the method an object must support,
if it wants to provide its string representation other than
by the method toString().
|
Class | Description |
---|---|
Name |
The representation of a name which does not allow empty string or any white space character.
|
ObjectReference |
A unique string reference to identify a specific object (in-memory).
|
Enum | Description |
---|---|
JsonSyntaxElement |
Defines an enumeration value for each JSON syntax element.
|