public class CharTableBuffer.Cursor extends Splitable
Constructor and Description |
---|
CharTableBuffer.Cursor() |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
protected java.util.regex.Matcher |
getCachedMatcher(java.lang.String regex) |
CharTableBuffer.Cursor |
getSplitCursor(int index) |
int |
length() |
void |
recycle() |
protected void |
recycleMatcher(java.util.regex.Matcher matcher) |
CharTableBuffer.Cursor |
subSequence(int start,
int end) |
closeSplits, getEnd, getSplitCount, getStart, resetSplits, split, split, split, split
compareTo, contains, endsWith, equals, hashCode, indexOf, indexOf, indexOf, indexOf, isEmpty, lastIndexOf, lastIndexOf, lastIndexOf, lastIndexOf, matches, regionMatches, regionMatches, resetHash, startsWith, startsWith, toCharArray, toString
public int length()
CharSequence.length()
public char charAt(int index)
CharSequence.charAt(int)
public CharTableBuffer.Cursor subSequence(int start, int end)
subSequence
in interface java.lang.CharSequence
subSequence
in class Splitable
AbstractString.subSequence(int, int)
protected java.util.regex.Matcher getCachedMatcher(java.lang.String regex)
getCachedMatcher
in class Splitable
Splitable.getCachedMatcher(java.lang.String)
protected void recycleMatcher(java.util.regex.Matcher matcher)
recycleMatcher
in class Splitable
Splitable.recycleMatcher(java.util.regex.Matcher)
public CharTableBuffer.Cursor getSplitCursor(int index)
getSplitCursor
in class Splitable
Splitable.getSplitCursor(int)