Save This Page
Home » openjdk-7 » java » text » [javadoc | source]
java.text
final class: AttributedString.AttributedStringIterator [javadoc | source]
java.lang.Object
   java.text.AttributedString$AttributedStringIterator

All Implemented Interfaces:
    AttributedCharacterIterator

Constructor:
 AttributedStringIterator(Attribute[] attributes,
    int beginIndex,
    int endIndex) 
Method from java.text.AttributedString$AttributedStringIterator Summary:
clone,   current,   equals,   first,   getAllAttributeKeys,   getAttribute,   getAttributes,   getBeginIndex,   getEndIndex,   getIndex,   getRunLimit,   getRunLimit,   getRunLimit,   getRunStart,   getRunStart,   getRunStart,   hashCode,   last,   next,   previous,   setIndex
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.text.AttributedString$AttributedStringIterator Detail:
 public Object clone() 
 public char current() 
 public boolean equals(Object obj) 
 public char first() 
 public Set getAllAttributeKeys() 
 public Object getAttribute(Attribute attribute) 
 public Map getAttributes() 
 public int getBeginIndex() 
 public int getEndIndex() 
 public int getIndex() 
 public int getRunLimit() 
 public int getRunLimit(Attribute attribute) 
 public int getRunLimit(Set attributes) 
 public int getRunStart() 
 public int getRunStart(Attribute attribute) 
 public int getRunStart(Set attributes) 
 public int hashCode() 
 public char last() 
 public char next() 
 public char previous() 
 public char setIndex(int position)