Package org.teavm.classlib.java.text
Interface TCharacterIterator
- All Superinterfaces:
Cloneable
- All Known Subinterfaces:
TAttributedCharacterIterator
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DONE
static final char DONE- See Also:
- Constant Field Values
-
-
Method Details
-
clone
Object clone() -
current
char current() -
first
char first() -
getBeginIndex
int getBeginIndex() -
getEndIndex
int getEndIndex() -
getIndex
int getIndex() -
last
char last() -
next
char next() -
previous
char previous() -
setIndex
char setIndex(int location)
-