|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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_iterKeys
Key iterator. |
protected Map |
m_mapTemp
Map 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 AbstractStableIterator
protected void remove(Object oPrev)
AbstractStableIterator.remove()
method.
remove
in class AbstractStableIterator
oPrev
- the previously iterated object that should be removed
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |