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

All Implemented Interfaces:
    CharIterator

Constructor:
 UnmodifiableCharIterator(CharIterator iterator) 
Method from org.apache.commons.collections.primitives.decorators.UnmodifiableCharIterator Summary:
getIterator,   remove,   wrap
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.UnmodifiableCharIterator Detail:
 protected CharIterator getIterator() 
 public  void remove() 
 public static final CharIterator wrap(CharIterator iterator)