Class AbstractStableIterator

java.lang.Object
com.oracle.coherence.common.collections.AbstractStableIterator<Object>
com.tangosol.util.AbstractStableIterator
All Implemented Interfaces:
Enumeration<Object>, Iterator<Object>

@Deprecated public abstract class AbstractStableIterator extends com.oracle.coherence.common.collections.AbstractStableIterator<Object>
Deprecated.
As of Coherence 12.1.2, replaced by AbstractStableIterator
An abstract Iterator implementation that is stable between the AbstractStableIterator.hasNext() and AbstractStableIterator.next() methods, and between the AbstractStableIterator.next() and AbstractStableIterator.remove() methods.
Since:
Coherence 3.1
Author:
cp 2003.05.24
  • Constructor Details

    • AbstractStableIterator

      public AbstractStableIterator()
      Deprecated.