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.
|
IStringFilter |
A simple interface for abstraction of string matching.
|
IStringPair |
Specifies a pair of String objects.
|