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
IOExceptionpublic void noRewind()
public E next()
Copyright © 2007-2012 The Apache Software Foundation