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

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

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractSet
          extended by com.tangosol.run.xml.SimpleElement.AttributeMap.EntrySet
All Implemented Interfaces:
Serializable, Iterable, Collection, Set
Enclosing class:
SimpleElement.AttributeMap

protected class SimpleElement.AttributeMap.EntrySet
extends AbstractSet
implements Serializable

A Set implementation to hold Entry objects.


Nested Class Summary
protected  class SimpleElement.AttributeMap.EntrySet.EntrySetIterator
          An Iterator over the Entry objects in the EntrySet.
 
Constructor Summary
protected SimpleElement.AttributeMap.EntrySet()
           
 
Method Summary
 Iterator iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray
 

Constructor Detail

SimpleElement.AttributeMap.EntrySet

protected SimpleElement.AttributeMap.EntrySet()
Method Detail

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable
Specified by:
iterator in interface Collection
Specified by:
iterator in interface Set
Specified by:
iterator in class AbstractCollection

size

public int size()
Specified by:
size in interface Collection
Specified by:
size in interface Set
Specified by:
size in class AbstractCollection

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