Package com.tangosol.util
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.
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 Summary
Constructors - 
Method Summary
Methods inherited from class com.oracle.coherence.common.collections.AbstractStableIterator
advance, getPrevious, hasMoreElements, hasNext, next, nextElement, remove, remove, setNextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIteratorMethods inherited from interface java.util.Iterator
forEachRemaining 
- 
Constructor Details
- 
AbstractStableIterator
public AbstractStableIterator()Deprecated. 
 - 
 
AbstractStableIterator