public interface TCharacterIterator extends Cloneable
Modifier and Type | Field and Description |
---|---|
static char |
DONE |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
char |
current() |
char |
first() |
int |
getBeginIndex() |
int |
getEndIndex() |
int |
getIndex() |
char |
last() |
char |
next() |
char |
previous() |
char |
setIndex(int location) |
static final char DONE
Object clone()
char current()
char first()
int getBeginIndex()
int getEndIndex()
int getIndex()
char last()
char next()
char previous()
char setIndex(int location)
Copyright © 2019. All rights reserved.