Package com.intellij.util.text
Interface CharSequenceBackedByArray
-
- All Superinterfaces:
CharSequence
- All Known Implementing Classes:
CharArrayCharSequence
public interface CharSequenceBackedByArray extends CharSequence
- Author:
- Maxim.Mossienko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char[]
getChars()
void
getChars(char[] dst, int dstOffset)
-
Methods inherited from interface java.lang.CharSequence
charAt, chars, codePoints, length, subSequence, toString
-
-