|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.util.AbstractStableIterator
com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
protected class OverflowMap.EntrySet.EntrySetIterator
A pessimistic Iterator over the EntrySet that is backed by the OverflowMap.
| Field Summary | |
|---|---|
protected Iterator |
m_iterKeysKey iterator. |
protected Map |
m_mapTempMap to use with getInternal() in order to determine differences between null values and non-present values. |
| Constructor Summary | |
|---|---|
protected |
OverflowMap.EntrySet.EntrySetIterator() |
| Method Summary | |
|---|---|
protected void |
advance()Advance to the next object. |
protected void |
remove(Object oPrev)Remove the specified item. |
| Methods inherited from class com.tangosol.util.AbstractStableIterator |
|---|
getPrevious, hasNext, next, remove, setNext |
| Field Detail |
|---|
protected Iterator m_iterKeys
protected Map m_mapTemp
| Constructor Detail |
|---|
protected OverflowMap.EntrySet.EntrySetIterator()
| Method Detail |
|---|
protected void advance()
AbstractStableIterator.setNext(java.lang.Object) if there is a next object.advance in class AbstractStableIteratorprotected void remove(Object oPrev)
AbstractStableIterator.remove() method.remove in class AbstractStableIteratoroPrev - the previously iterated object that should be removed
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||