Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Class SafeSortedMap.ViewMap.EntryIterator

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

All Implemented Interfaces:
java.util.Enumeration, java.util.Iterator
Enclosing class:
SafeSortedMap.ViewMap

protected class SafeSortedMap.ViewMap.EntryIterator
extends com.oracle.common.collections.AbstractStableIterator

An Iterator over the Entries backed by this ViewMap.


Field Summary
protected  boolean m_fInitialized
          Has this iterator been initialized yet?
protected  SafeSortedMap.EntryNode m_nodeNext
          The next node in the iteration, or null.

 

Constructor Summary
protected SafeSortedMap.ViewMap.EntryIterator()
           

 

Method Summary
protected  void advance()
          
protected  void remove(java.lang.Object o)
          

 

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

 

Field Detail

m_nodeNext

protected SafeSortedMap.EntryNode m_nodeNext
The next node in the iteration, or null.

m_fInitialized

protected boolean m_fInitialized
Has this iterator been initialized yet?

Constructor Detail

SafeSortedMap.ViewMap.EntryIterator

protected SafeSortedMap.ViewMap.EntryIterator()

Method Detail

advance

protected void advance()
Specified by:
advance in class com.oracle.common.collections.AbstractStableIterator

remove

protected void remove(java.lang.Object o)
Overrides:
remove in class com.oracle.common.collections.AbstractStableIterator

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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