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: ProxyCharIterator [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.decorators.ProxyCharIterator

All Implemented Interfaces:
    CharIterator

Direct Known Subclasses:
    UnmodifiableCharIterator, UnmodifiableCharListIterator, ProxyCharListIterator

Constructor:
 ProxyCharIterator() 
Method from org.apache.commons.collections.primitives.decorators.ProxyCharIterator Summary:
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.ProxyCharIterator Detail:
 abstract protected CharIterator getIterator()
 public boolean hasNext() 
 public char next()