dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
CharacterIterator
java
text
CharacterIterator
Undocumented in source.
interface
CharacterIterator {
static const
wchar
DONE
;
Object
clone
();
char
current
();
char
first
();
int
getBeginIndex
();
int
getEndIndex
();
int
getIndex
();
char
last
();
char
next
();
char
previous
();
char
setIndex
(int position);
}
Members
Functions
clone
Object
clone
()
Undocumented in source.
current
char
current
()
Undocumented in source.
first
char
first
()
Undocumented in source.
getBeginIndex
int
getBeginIndex
()
Undocumented in source.
getEndIndex
int
getEndIndex
()
Undocumented in source.
getIndex
int
getIndex
()
Undocumented in source.
last
char
last
()
Undocumented in source.
next
char
next
()
Undocumented in source.
previous
char
previous
()
Undocumented in source.
setIndex
char
setIndex
(int position)
Undocumented in source.
Static variables
DONE
wchar
DONE
;
Undocumented in source.
Meta
Source
See Implementation
java
text
CharacterIterator
modules
AttributedCharacterIterator
CharacterIterator
Collator
FieldPosition
Format
MessageFormat
NumberFormat
ParseException
ParsePosition