Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » io » [javadoc | source]
org.apache.commons.collections.primitives.adapters.io
public class: ReaderCharIterator [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.adapters.io.ReaderCharIterator

All Implemented Interfaces:
    CharIterator

Adapts a Reader to the CharIterator interface.
Constructor:
 public ReaderCharIterator(Reader in) 
Method from org.apache.commons.collections.primitives.adapters.io.ReaderCharIterator Summary:
adapt,   hasNext,   next,   remove
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.adapters.io.ReaderCharIterator Detail:
 public static CharIterator adapt(Reader in) 
 public boolean hasNext() 
 public char next() 
 public  void remove() throws UnsupportedOperationException 
    Not supported.