|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.oracle.common.collections.AbstractStableIterator
com.tangosol.util.SafeHashMap.EntrySet.EntrySetIterator
protected class SafeHashMap.EntrySet.EntrySetIterator
An Iterator over the EntrySet that is backed by the SafeHashMap.
| Constructor Summary | |
|---|---|
protected |
SafeHashMap.EntrySet.EntrySetIterator()Construct an Iterator over the Entries in the SafeHashMap. |
| Method Summary | |
|---|---|
protected void |
advance()Advance to the next object. |
protected void |
deactivate()Shut down the Iterator. |
protected void |
remove(java.lang.Object oPrev)Remove the specified item. |
| Methods inherited from class com.oracle.common.collections.AbstractStableIterator |
|---|
getPrevious, hasMoreElements, hasNext, next, nextElement, remove, setNext |
| Constructor Detail |
|---|
protected SafeHashMap.EntrySet.EntrySetIterator()
| Method Detail |
|---|
protected void advance()
advance in class com.oracle.common.collections.AbstractStableIteratorprotected void remove(java.lang.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.common.collections.AbstractStableIteratoroPrev - the previously iterated object that should be removedprotected void deactivate()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||