Package com.tangosol.run.xml
Class SimpleElement.AttributeMap.EntrySet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet
-
- 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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
SimpleElement.AttributeMap.EntrySet.EntrySetIterator
An Iterator over the Entry objects in the EntrySet.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntrySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
iterator
public Iterator iterator()
- Specified by:
iterator
in interfaceCollection
- Specified by:
iterator
in interfaceIterable
- Specified by:
iterator
in interfaceSet
- Specified by:
iterator
in classAbstractCollection
-
size
public int size()
- Specified by:
size
in interfaceCollection
- Specified by:
size
in interfaceSet
- Specified by:
size
in classAbstractCollection
-
-