protected class SegmentedHashMap.EntrySet.EntrySetIterator
extends com.oracle.common.collections.AbstractStableIterator
| Modifier | Constructor and Description | 
|---|---|
protected  | 
EntrySetIterator()
Construct an Iterator over the Entries in the SegmentedHashMap. 
 | 
| Modifier and Type | Method and 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.common.collections.AbstractStableIteratorprotected void remove(Object oPrev)
remove in class com.oracle.common.collections.AbstractStableIteratoroPrev - the previously iterated object to removeprotected void deactivate()