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, waitforEachRemainingCopyright © 2009-2022 Apache Software Foundation. All Rights Reserved.