Class DirectPersistencyOverflowListSegment.OverflowElementIterator
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.directPersistency.DirectPersistencyOverflowListSegment.OverflowElementIterator
- All Implemented Interfaces:
Iterator<IDirectPersistencyOpInfo>
- Enclosing class:
- DirectPersistencyOverflowListSegment
public static class DirectPersistencyOverflowListSegment.OverflowElementIterator
extends Object
implements Iterator<IDirectPersistencyOpInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionOverflowElementIterator(IDirectPersistencySyncHandler main, LinkedList<Long> elements) -
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
-
Constructor Details
-
OverflowElementIterator
-
-
Method Details
-
next
- Specified by:
nextin interfaceIterator<IDirectPersistencyOpInfo>
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<IDirectPersistencyOpInfo>
-
remove
public void remove()- Specified by:
removein interfaceIterator<IDirectPersistencyOpInfo>
-