Skip navigation links 
 
com.tangosol.net.cache
Class OverflowMap.EntrySet.EntrySetIterator
java.lang.Object
   com.oracle.common.collections.AbstractStableIterator
com.oracle.common.collections.AbstractStableIterator
       com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
com.tangosol.net.cache.OverflowMap.EntrySet.EntrySetIterator
- All Implemented Interfaces:
- java.util.Enumeration, java.util.Iterator
- Enclosing class:
- OverflowMap.EntrySet
- 
protected class OverflowMap.EntrySet.EntrySetIterator
 
- extends com.oracle.common.collections.AbstractStableIterator
A pessimistic Iterator over the EntrySet that is backed by the OverflowMap.
 
| Field Summary | 
| protected  java.util.Iterator | m_iterKeysKey iterator.
 | 
| protected  java.util.Map | m_mapTempMap to use with getInternal() in order to determine differences between null values and non-present values.
 | 
  
 
  
 
| Method Summary | 
| protected  void | advance()
 | 
| protected  void | remove(java.lang.Object oPrev)
 | 
 
| Methods inherited from class com.oracle.common.collections.AbstractStableIterator | 
| getPrevious, hasMoreElements, hasNext, next, nextElement, remove, setNext | 
 
 
m_iterKeys
protected java.util.Iterator m_iterKeys
- Key iterator.
m_mapTemp
protected java.util.Map m_mapTemp
- Map to use with getInternal() in order to determine differences between null values and non-present values.
OverflowMap.EntrySet.EntrySetIterator
protected OverflowMap.EntrySet.EntrySetIterator()
advance
protected void advance()
- 
- Specified by:
- advancein class- com.oracle.common.collections.AbstractStableIterator
 
remove
protected void remove(java.lang.Object oPrev)
- 
- Overrides:
- removein class- com.oracle.common.collections.AbstractStableIterator
 
Skip navigation links 
 
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.