public interface CharacterIterator extends Cloneable
Modifier and Type | Field and Description |
---|---|
static char |
DONE |
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)
Copyright © 2006–2013 OSGi Alliance. All rights reserved.