Example usage for Java java.lang CharSequence fields, constructors, methods, implement or subclass
The text is from its open source code.
char | charAt(int index) Returns the char value at the specified index. |
IntStream | chars() Returns a stream of int zero-extending the char values from this sequence. |
IntStream | codePoints() Returns a stream of code point values from this sequence. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
Class> | getClass() Returns the runtime class of this Object . |
int | hashCode() Returns a hash code value for the object. |
int | length() Returns the length of this character sequence. |
CharSequence | subSequence(int start, int end) Returns a CharSequence that is a subsequence of this sequence. |
String | toString() Returns a string containing the characters in this sequence in the same order as this sequence. |