public class ShuffleIterator<E> extends java.lang.Object implements java.util.Iterator<E>
ShuffleIterator(java.util.List<E> data)
boolean
hasNext()
E
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ShuffleIterator(java.util.List<E> data)
public boolean hasNext()
hasNext
java.util.Iterator<E>
public E next()
next
public void remove()
remove