Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.cache
Class OverflowMap.InternalKeySet.InternalKeySetIterator

java.lang.Object
  extended by com.oracle.common.collections.AbstractStableIterator
      extended by com.tangosol.net.cache.OverflowMap.InternalKeySet.InternalKeySetIterator

All Implemented Interfaces:
java.util.Enumeration, java.util.Iterator
Enclosing class:
OverflowMap.InternalKeySet

protected class OverflowMap.InternalKeySet.InternalKeySetIterator
extends com.oracle.common.collections.AbstractStableIterator

An Iterator implementation over the keys in the OverflowMap that that is based on a concurrent Iterator over the internal status map.


Constructor Summary
OverflowMap.InternalKeySet.InternalKeySetIterator()
          Default constructor.

 

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

 

Constructor Detail

OverflowMap.InternalKeySet.InternalKeySetIterator

public OverflowMap.InternalKeySet.InternalKeySetIterator()
Default constructor.

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
See Also:
OverflowMap.isInternalKeySetIteratorMutable()

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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