Class 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 Detail

      • AbstractStableIterator

        public AbstractStableIterator()
        Deprecated.