Uses of Interface
java.text.CharacterIterator
-
Packages that use CharacterIterator Package Description java.text -
-
Uses of CharacterIterator in java.text
Subinterfaces of CharacterIterator in java.text Modifier and Type Interface Description interface
AttributedCharacterIterator
Classes in java.text that implement CharacterIterator Modifier and Type Class Description class
StringCharacterIterator
Methods in java.text that return CharacterIterator Modifier and Type Method Description abstract CharacterIterator
BreakIterator. getText()
Methods in java.text with parameters of type CharacterIterator Modifier and Type Method Description CollationElementIterator
RuleBasedCollator. getCollationElementIterator(CharacterIterator var0)
abstract void
BreakIterator. setText(CharacterIterator var0)
void
CollationElementIterator. setText(CharacterIterator var0)
-