Uses of Interface
java.text.CharacterIterator
| Package | Description |
|---|---|
| java.text | |
| libcore.icu |
-
Uses of CharacterIterator in java.text
Subinterfaces of CharacterIterator in java.text Modifier and Type Interface Description interfaceAttributedCharacterIteratorExtends theCharacterIteratorinterface, adding support for iterating over attributes and not only characters.Classes in java.text that implement CharacterIterator Modifier and Type Class Description classStringCharacterIteratorAn implementation ofCharacterIteratorfor strings.Methods in java.text that return CharacterIterator Modifier and Type Method Description abstract CharacterIteratorBreakIterator. getText()Returns aCharacterIteratorwhich represents the text being analyzed.Methods in java.text with parameters of type CharacterIterator Modifier and Type Method Description CollationElementIteratorRuleBasedCollator. getCollationElementIterator(CharacterIterator source)Obtains aCollationElementIteratorfor the givenCharacterIterator.abstract voidBreakIterator. setText(CharacterIterator newText)Sets the new text to be analyzed by the givenCharacterIterator.voidCollationElementIterator. setText(CharacterIterator source)Sets a new source string iterator for iteration, and resets the offset to the beginning of the text. -
Uses of CharacterIterator in libcore.icu
Methods in libcore.icu that return CharacterIterator Modifier and Type Method Description CharacterIteratorNativeBreakIterator. getText()Methods in libcore.icu with parameters of type CharacterIterator Modifier and Type Method Description CollationElementIteratorICURuleBasedCollatorICU. getCollationElementIterator(CharacterIterator it)voidCollationElementIteratorICU. setText(CharacterIterator source)voidNativeBreakIterator. setText(CharacterIterator newText)