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 SummaryNested Classes Modifier and Type Class Description protected classSimpleElement.AttributeMap.EntrySet.EntrySetIteratorAn Iterator over the Entry objects in the EntrySet.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedEntrySet()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iteratoriterator()intsize()- 
Methods inherited from class java.util.AbstractSetequals, hashCode, removeAll
 - 
Methods inherited from class java.util.AbstractCollectionadd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 
- 
 
- 
- 
- 
Method Detail- 
iteratorpublic Iterator iterator() - Specified by:
- iteratorin interface- Collection
- Specified by:
- iteratorin interface- Iterable
- Specified by:
- iteratorin interface- Set
- Specified by:
- iteratorin class- AbstractCollection
 
 - 
sizepublic int size() - Specified by:
- sizein interface- Collection
- Specified by:
- sizein interface- Set
- Specified by:
- sizein class- AbstractCollection
 
 
- 
 
-