- All Superinterfaces:
CharSequence
- All Known Implementing Classes:
CharArrayCharSequence
A char sequence based on a char array. May be used for performance optimizations.
-
Method Summary
Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, isEmpty, length, subSequence, toString
-
Method Details
-
getChars
char @NotNull [] getChars() -
getChars
void getChars(char @NotNull [] dst, int dstOffset)
-