Home » openjdk-7 » java » text » [javadoc | source]
java.text
static final class: RuleBasedBreakIterator.SafeCharIterator [javadoc | source]
java.lang.Object
   java.text.RuleBasedBreakIterator$SafeCharIterator

All Implemented Interfaces:
    Cloneable, CharacterIterator

Constructor:
 SafeCharIterator(CharacterIterator base) 
Method from java.text.RuleBasedBreakIterator$SafeCharIterator Summary:
clone,   current,   first,   getBeginIndex,   getEndIndex,   getIndex,   last,   next,   previous,   setIndex
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.text.RuleBasedBreakIterator$SafeCharIterator Detail:
 public Object clone() 
 public char current() 
 public char first() 
 public int getBeginIndex() 
 public int getEndIndex() 
 public int getIndex() 
 public char last() 
 public char next() 
 public char previous() 
 public char setIndex(int i)