public class RewindableIterator<E> extends Object
Constructor and Description |
---|
RewindableIterator(Iterator<E> it) |
public boolean hasNext()
public boolean hasNext(int k)
public void rewind() throws IOException
IOException
public void noRewind()
public E next()
Copyright © 2007-2012 The Apache Software Foundation