Package com.j_spaces.kernel.list
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining