public class SpecificOrderIterator<T> extends Object implements Iterator<T>
Constructor and Description |
---|
SpecificOrderIterator(int[] orderArray,
List<T> itemList) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.