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