org.apache.pig.impl.util
Class RewindableIterator<E>
java.lang.Object
org.apache.pig.impl.util.RewindableIterator<E>
public class RewindableIterator<E>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RewindableIterator
public RewindableIterator(Iterator<E> it)
hasNext
public boolean hasNext()
hasNext
public boolean hasNext(int k)
rewind
public void rewind()
throws IOException
- Throws:
IOException
noRewind
public void noRewind()
next
public E next()
Copyright © 2012 The Apache Software Foundation