This class represents a {@link CharSequence}backed up by a char
array. Instances of this class are typically used/reused to provide CharSequence
views over existing character buffers.
Instances of this classes have the following properties:
CharSequence
(e.g. String
).String
and can be used to retrieve data from maps for which the keys are String
instances.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|