java.text
Interface AttributedCharacterIterator
- All Superinterfaces:
- CharacterIterator, Cloneable
- All Known Implementing Classes:
- AttributedString.AttributedIterator
public interface AttributedCharacterIterator
- extends CharacterIterator
AttributedCharacterIterator
getAllAttributeKeys
Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys()
getAttribute
Object getAttribute(AttributedCharacterIterator.Attribute attribute)
getAttributes
Map<AttributedCharacterIterator.Attribute,Object> getAttributes()
getRunLimit
int getRunLimit()
getRunLimit
int getRunLimit(AttributedCharacterIterator.Attribute attribute)
getRunLimit
int getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)
getRunStart
int getRunStart()
getRunStart
int getRunStart(AttributedCharacterIterator.Attribute attribute)
getRunStart
int getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)
Please submit a feedback, bug or feature