public class ShuffledListIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
Constructor and Description |
---|
ShuffledListIterator(java.util.List<T> list,
int[] order) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
public ShuffledListIterator(java.util.List<T> list, int[] order)