protected class SafeHashMap.EntrySet.EntrySetIterator
extends com.oracle.coherence.common.collections.AbstractStableIterator
| Modifier | Constructor | Description |
|---|---|---|
protected |
EntrySetIterator() |
Construct an Iterator over the Entries in the SafeHashMap.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
advance() |
Advance to the next object.
|
protected void |
deactivate() |
Shut down the Iterator.
|
protected void |
remove(Object oPrev) |
Remove the specified item.
|
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)
This is an optional operation. If the Iterator supports element
removal, then it should implement this method, which is delegated to by
the AbstractStableIterator.remove() method.
remove in class com.oracle.coherence.common.collections.AbstractStableIteratoroPrev - the previously iterated object that should be removedprotected void deactivate()