Searched defs:AttributedCharacterIterator (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
H A DAttributedCharacterIterator.java35 * An {@code AttributedCharacterIterator} allows iteration through both text and
69 * Attribute keys are instances of {@link AttributedCharacterIterator.Attribute} and its
72 * @see AttributedCharacterIterator.Attribute
79 public interface AttributedCharacterIterator extends CharacterIterator { interface in inherits:CharacterIterator
83 * keys are used in {@code AttributedCharacterIterator} and {@code AttributedString}.
84 * @see AttributedCharacterIterator

Completed in 99 milliseconds