public class IterableStoredListIterator<T> extends Object implements Iterator<T>
AbstractStoredList.| Constructor and Description | 
|---|
IterableStoredListIterator(AbstractStoredList<T> entries,
                          boolean random_scan)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()  | 
T | 
next()  | 
void | 
remove()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic IterableStoredListIterator(AbstractStoredList<T> entries, boolean random_scan)
Copyright © GigaSpaces.