Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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:
java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
Enclosing class:
SimpleElement.AttributeMap

protected class SimpleElement.AttributeMap.EntrySet
extends java.util.AbstractSet
implements java.io.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
 java.util.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 java.util.Iterator iterator()
Specified by:
iterator in interface java.lang.Iterable
Specified by:
iterator in interface java.util.Collection
Specified by:
iterator in interface java.util.Set
Specified by:
iterator in class java.util.AbstractCollection

size

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

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.