| java.text.AttributedCharacterIterator
AttributedCharacterIterator | public interface AttributedCharacterIterator extends CharacterIterator(Code) | | AttributedCharacterIterator
|
Inner Class :public static class Attribute implements Serializable | |
getAllAttributeKeys | public Set<Attribute> getAllAttributeKeys()(Code) | | |
getAttribute | public Object getAttribute(Attribute attribute)(Code) | | |
getRunLimit | public int getRunLimit()(Code) | | |
getRunLimit | public int getRunLimit(Attribute attribute)(Code) | | |
getRunLimit | public int getRunLimit(Set<? extends Attribute> attributes)(Code) | | |
getRunStart | public int getRunStart()(Code) | | |
getRunStart | public int getRunStart(Attribute attribute)(Code) | | |
getRunStart | public int getRunStart(Set<? extends Attribute> attributes)(Code) | | |
|
|