Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.util
Class AbstractStableIterator

java.lang.Object
  extended by com.oracle.common.collections.AbstractStableIterator
      extended by com.tangosol.util.AbstractStableIterator

All Implemented Interfaces:
java.util.Enumeration, java.util.Iterator

Deprecated. As of Coherence 12.1.2, replaced by AbstractStableIterator

@Deprecated
public abstract class AbstractStableIterator
extends com.oracle.common.collections.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 Summary
AbstractStableIterator()
          Deprecated.  

 

Method Summary

 

Methods inherited from class com.oracle.common.collections.AbstractStableIterator
advance, getPrevious, hasMoreElements, hasNext, next, nextElement, remove, remove, setNext

 

Constructor Detail

AbstractStableIterator

public AbstractStableIterator()
Deprecated. 

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.