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.As of Coherence 12.1.2, replaced byAbstractStableIterator
An abstract Iterator implementation that is stable between theAbstractStableIterator.hasNext()
andAbstractStableIterator.next()
methods, and between theAbstractStableIterator.next()
andAbstractStableIterator.remove()
methods.- Since:
- Coherence 3.1
- Author:
- cp 2003.05.24
-
-
Constructor Summary
Constructors Constructor Description AbstractStableIterator()
Deprecated.
-
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
-
-