Interface | Description |
---|---|
CharArrayAccessible | Marker interface for telling that the underlying char array is directly accessible |
Class | Description |
---|---|
CharArrayCharSequence | Wraps a char array and implements CharSequence interface |
CharSequences | Utility functions for handling java.lang.CharSequence instances |
SingleCharCharSequence | Wraps a single char and implements CharSequence interface |
SubCharSequence | Wraps a part of a String and implements the CharSequence interface |