| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.elements.support.text.MultiAttributedCharacterIterator
public class MultiAttributedCharacterIterator
Joins multiple AttributedCharacterIterators 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 CharacterIteratorclone in class Objectpublic void appendAttributedCharacterIterator(AttributedCharacterIterator aci)
aci - the new CharacterIterator to add to the list.public Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys()
getAllAttributeKeys in interface AttributedCharacterIteratorpublic Object getAttribute(AttributedCharacterIterator.Attribute attribute)
getAttribute in interface AttributedCharacterIteratorpublic Map<AttributedCharacterIterator.Attribute,Object> getAttributes()
getAttributes 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 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 char current()
current in interface CharacterIteratorpublic char first()
first in interface CharacterIteratorpublic int getBeginIndex()
getBeginIndex in interface CharacterIteratorpublic int getEndIndex()
getEndIndex in interface CharacterIteratorpublic int getIndex()
getIndex in interface CharacterIteratorpublic char last()
last in interface CharacterIteratorpublic char next()
next in interface CharacterIteratorpublic char previous()
previous in interface CharacterIteratorpublic char setIndex(int position)
setIndex in interface CharacterIterator| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||