CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

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:
Iterator
Enclosing class:
SimpleElement.AttributeMap.EntrySet

protected class SimpleElement.AttributeMap.EntrySet.EntrySetIterator
extends Object
implements Iterator

An Iterator over the Entry objects in the EntrySet.


Constructor Summary
protected SimpleElement.AttributeMap.EntrySet.EntrySetIterator()
           
 
Method Summary
 boolean hasNext()
           
 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 Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation