protected class SegmentedHashMap.EntrySet.EntrySetIterator
extends com.oracle.coherence.common.collections.AbstractStableIterator
| Modifier | Constructor | Description |
|---|---|---|
protected |
EntrySetIterator() |
Construct an Iterator over the Entries in the SegmentedHashMap.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
advance() |
Advance to the next object in the iteration.
|
protected void |
deactivate() |
Shut down the Iterator.
|
protected void |
remove(Object oPrev) |
Remove the specified item from the underlying Map.
|
getPrevious, hasMoreElements, hasNext, next, nextElement, remove, setNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected EntrySetIterator()
protected void advance()
advance in class com.oracle.coherence.common.collections.AbstractStableIteratorprotected void remove(Object oPrev)
remove in class com.oracle.coherence.common.collections.AbstractStableIteratoroPrev - the previously iterated object to removeprotected void deactivate()