public abstract static class AbstractCharSequence.StringLike extends AbstractCharSequence
hashCode() and equals()
method accepting strings with the same content
like charsequence has.
AbstractCharSequence.StringLike| Constructor and Description |
|---|
AbstractCharSequence.StringLike() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
CharSequence |
subSequence(int start,
int end)
Return subsequence of this character sequence.
|
charAt, length, toStringpublic CharSequence subSequence(int start, int end)
AbstractCharSequencesubSequence in interface CharSequencesubSequence in class AbstractCharSequencestart - >=0 starting index of the subsequence within this
character sequence.end - >=0 ending index of the subsequence within this
character sequence.Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.