public class AttributedStringIterator extends Object implements AttributedCharacterIterator
AttributedCharacterIterator.Attribute| Modifier and Type | Field and Description |
|---|---|
protected BaseAString |
astring |
DONE| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
char |
current() |
boolean |
equals(Object obj) |
char |
first() |
Set<AttributedCharacterIterator.Attribute> |
getAllAttributeKeys() |
Object |
getAttribute(AttributedCharacterIterator.Attribute attribute) |
Map<AttributedCharacterIterator.Attribute,Object> |
getAttributes() |
int |
getBeginIndex() |
int |
getEndIndex() |
int |
getIndex() |
int |
getRunLimit() |
int |
getRunLimit(AttributedCharacterIterator.Attribute attribute) |
int |
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes) |
int |
getRunStart() |
int |
getRunStart(AttributedCharacterIterator.Attribute attribute) |
int |
getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes) |
int |
hashCode() |
char |
last() |
char |
next() |
char |
previous() |
char |
setIndex(int position) |
protected BaseAString astring
public Object clone()
clone in interface CharacterIteratorclone in class Objectpublic char first()
first in interface CharacterIteratorpublic char last()
last in interface CharacterIteratorpublic char current()
current in interface CharacterIteratorpublic char next()
next in interface CharacterIteratorpublic char previous()
previous in interface CharacterIteratorpublic char setIndex(int position)
setIndex in interface CharacterIteratorpublic int getBeginIndex()
getBeginIndex in interface CharacterIteratorpublic int getEndIndex()
getEndIndex in interface CharacterIteratorpublic int getIndex()
getIndex in interface CharacterIteratorpublic int getRunStart()
getRunStart in interface AttributedCharacterIteratorpublic int getRunStart(AttributedCharacterIterator.Attribute attribute)
getRunStart in interface AttributedCharacterIteratorpublic int getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)
getRunStart in interface AttributedCharacterIteratorpublic int getRunLimit()
getRunLimit in interface AttributedCharacterIteratorpublic int getRunLimit(AttributedCharacterIterator.Attribute attribute)
getRunLimit in interface AttributedCharacterIteratorpublic int getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)
getRunLimit in interface AttributedCharacterIteratorpublic Map<AttributedCharacterIterator.Attribute,Object> getAttributes()
getAttributes in interface AttributedCharacterIteratorpublic Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys()
getAllAttributeKeys in interface AttributedCharacterIteratorpublic Object getAttribute(AttributedCharacterIterator.Attribute attribute)
getAttribute in interface AttributedCharacterIteratorCopyright © 2019. All rights reserved.