Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » decorators » [javadoc | source]
org.apache.commons.collections.primitives.decorators
abstract class: ProxyCharListIterator [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.decorators.ProxyCharIterator
      org.apache.commons.collections.primitives.decorators.ProxyCharListIterator

All Implemented Interfaces:
    CharListIterator, CharIterator

Direct Known Subclasses:
    UnmodifiableCharListIterator

Constructor:
 ProxyCharListIterator() 
Method from org.apache.commons.collections.primitives.decorators.ProxyCharListIterator Summary:
getIterator,   getListIterator,   hasPrevious,   nextIndex,   previous,   previousIndex
Methods from org.apache.commons.collections.primitives.decorators.ProxyCharIterator:
getIterator,   hasNext,   next
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.decorators.ProxyCharListIterator Detail:
 protected final CharIterator getIterator() 
 abstract protected CharListIterator getListIterator()
 public boolean hasPrevious() 
 public int nextIndex() 
 public char previous() 
 public int previousIndex()