public interface AttributedCharacterIterator extends CharacterIterator
Modifier and Type | Interface and Description |
---|---|
static class |
AttributedCharacterIterator.Attribute |
DONE
Modifier and Type | Method and 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) |
clone, current, first, getBeginIndex, getEndIndex, getIndex, last, next, previous, setIndex
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)
Copyright © 2006–2013 OSGi Alliance. All rights reserved.