Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.cache
Class OverflowMap.EntrySet.EntrySetIterator

java.lang.Object
  extended by com.oracle.common.collections.AbstractStableIterator
      extended by 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_iterKeys
          Key iterator.
protected  java.util.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()
          
protected  void remove(java.lang.Object oPrev)
          

 

Methods inherited from class com.oracle.common.collections.AbstractStableIterator
getPrevious, hasMoreElements, hasNext, next, nextElement, remove, setNext

 

Field Detail

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.

Constructor Detail

OverflowMap.EntrySet.EntrySetIterator

protected OverflowMap.EntrySet.EntrySetIterator()

Method Detail

advance

protected void advance()
Specified by:
advance in class com.oracle.common.collections.AbstractStableIterator

remove

protected void remove(java.lang.Object oPrev)
Overrides:
remove in class com.oracle.common.collections.AbstractStableIterator

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.