Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.run.xml
Class SimpleElement.AttributeMap.EntrySet.EntrySetIterator

java.lang.Object
  extended by com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet.EntrySetIterator

All Implemented Interfaces:
java.util.Iterator
Enclosing class:
SimpleElement.AttributeMap.EntrySet

protected class SimpleElement.AttributeMap.EntrySet.EntrySetIterator
extends java.lang.Object
implements java.util.Iterator

An Iterator over the Entry objects in the EntrySet.


Constructor Summary
protected SimpleElement.AttributeMap.EntrySet.EntrySetIterator()
           

 

Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           

 

Constructor Detail

SimpleElement.AttributeMap.EntrySet.EntrySetIterator

protected SimpleElement.AttributeMap.EntrySet.EntrySetIterator()

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

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.