|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jeuclid.elements.support.text.MultiAttributedCharacterIterator
public class MultiAttributedCharacterIterator
Joins multiple AttributedCharacterIterator
s into one.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.text.AttributedCharacterIterator |
---|
AttributedCharacterIterator.Attribute |
Field Summary |
---|
Fields inherited from interface java.text.CharacterIterator |
---|
DONE |
Constructor Summary | |
---|---|
MultiAttributedCharacterIterator()
Default constructor. |
Method Summary | |
---|---|
void |
appendAttributedCharacterIterator(AttributedCharacterIterator aci)
Adds a new CharacterIterator |
Object |
clone()
|
char |
current()
|
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)
|
char |
last()
|
char |
next()
|
char |
previous()
|
char |
setIndex(int position)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiAttributedCharacterIterator()
Method Detail |
---|
public Object clone()
clone
in interface CharacterIterator
clone
in class Object
public void appendAttributedCharacterIterator(AttributedCharacterIterator aci)
aci
- the new CharacterIterator to add to the list.public Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys()
getAllAttributeKeys
in interface AttributedCharacterIterator
public Object getAttribute(AttributedCharacterIterator.Attribute attribute)
getAttribute
in interface AttributedCharacterIterator
public Map<AttributedCharacterIterator.Attribute,Object> getAttributes()
getAttributes
in interface AttributedCharacterIterator
public int getRunLimit()
getRunLimit
in interface AttributedCharacterIterator
public int getRunLimit(AttributedCharacterIterator.Attribute attribute)
getRunLimit
in interface AttributedCharacterIterator
public int getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)
getRunLimit
in interface AttributedCharacterIterator
public int getRunStart()
getRunStart
in interface AttributedCharacterIterator
public int getRunStart(AttributedCharacterIterator.Attribute attribute)
getRunStart
in interface AttributedCharacterIterator
public int getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)
getRunStart
in interface AttributedCharacterIterator
public char current()
current
in interface CharacterIterator
public char first()
first
in interface CharacterIterator
public int getBeginIndex()
getBeginIndex
in interface CharacterIterator
public int getEndIndex()
getEndIndex
in interface CharacterIterator
public int getIndex()
getIndex
in interface CharacterIterator
public char last()
last
in interface CharacterIterator
public char next()
next
in interface CharacterIterator
public char previous()
previous
in interface CharacterIterator
public char setIndex(int position)
setIndex
in interface CharacterIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |