Class IterableStoredListIterator<T>
java.lang.Object
com.j_spaces.kernel.list.IterableStoredListIterator<T>
- All Implemented Interfaces:
Iterator<T>
Iterator over an
AbstractStoredList.- Since:
- 8.0
- Version:
- 1.0
- Author:
- anna
-
Constructor Summary
ConstructorsConstructorDescriptionIterableStoredListIterator(AbstractStoredList<T> entries, boolean random_scan) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
IterableStoredListIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-