Cloneable
AttributedCharacterIterator
StringCharacterIterator
public interface CharacterIterator extends Cloneable
Modifier and Type | Field | Description |
---|---|---|
static char |
DONE |
Modifier and Type | Method | Description |
---|---|---|
Object |
clone() |
|
char |
current() |
|
char |
first() |
|
int |
getBeginIndex() |
|
int |
getEndIndex() |
|
int |
getIndex() |
|
char |
last() |
|
char |
next() |
|
char |
previous() |
|
char |
setIndex(int var0) |
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 var0)