Package java.text
Interface AttributedCharacterIterator
-
- All Superinterfaces:
CharacterIterator
,Cloneable
public interface AttributedCharacterIterator extends CharacterIterator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AttributedCharacterIterator.Attribute
-
Field Summary
-
Fields inherited from interface java.text.CharacterIterator
DONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set
getAllAttributeKeys()
Object
getAttribute(AttributedCharacterIterator.Attribute var0)
Map
getAttributes()
int
getRunLimit()
int
getRunLimit(AttributedCharacterIterator.Attribute var0)
int
getRunLimit(Set var0)
int
getRunStart()
int
getRunStart(AttributedCharacterIterator.Attribute var0)
int
getRunStart(Set var0)
-
Methods inherited from interface java.text.CharacterIterator
clone, current, first, getBeginIndex, getEndIndex, getIndex, last, next, previous, setIndex
-
-
-
-
Method Detail
-
getAllAttributeKeys
Set getAllAttributeKeys()
-
getAttribute
Object getAttribute(AttributedCharacterIterator.Attribute var0)
-
getAttributes
Map getAttributes()
-
getRunLimit
int getRunLimit()
-
getRunLimit
int getRunLimit(AttributedCharacterIterator.Attribute var0)
-
getRunLimit
int getRunLimit(Set var0)
-
getRunStart
int getRunStart()
-
getRunStart
int getRunStart(AttributedCharacterIterator.Attribute var0)
-
getRunStart
int getRunStart(Set var0)
-
-