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.
|
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.
|
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().
|
Enum | Description |
---|---|
JsonSyntaxElement |
Defines an enumeration value for each JSON syntax element.
|