Interface | Description |
---|---|
DeepCloneable |
A
DeepCloneable is a cloneable object that can be cloned shallowly (by
creating a copy of the object that contains references to the same
members as the original) or deeply (by creating a copy of the object
and of all it's member objects). |
PointedCharSequence |
PointedCharSequence is a char sequence with the position of its last byte in the original file.
|
Class | Description |
---|---|
ByteArrayCharSequence |
CharSequence backed by byte array.
|
CharBufferCharSequence |
CharSequence backed by CharBuffer.
|
CharSequenceParser |
Parses CharSequence.
|
CharSequenceTokenizer |
Tokenizes CharSequence.
|
ResourceBundleSet |
A ResourceBundle that is a proxy to multiple ResourceBundles.
|