Class ForwardingMap.StandardEntrySet
- All Implemented Interfaces:
- Iterable<Map.Entry<K,,- V>> - Collection<Map.Entry<K,,- V>> - Set<Map.Entry<K,- V>> 
A sensible implementation of 
Map.entrySet() in terms of the following methods: ForwardingMap.clear(), ForwardingMap.containsKey(java.lang.Object), ForwardingMap.get(java.lang.Object), ForwardingMap.isEmpty(), ForwardingMap.remove(java.lang.Object), and ForwardingMap.size(). In many
 cases, you may wish to override ForwardingMap.entrySet() to forward to this implementation or a
 subclass thereof.- Since:
- 10.0
- Author:
- Kevin Bourrillion, Jared Levy, Louis Wasserman
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractSetequals, hashCodeMethods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, iterator, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Setadd, addAll, containsAll, iterator, spliterator, toArray, toArray
- 
Constructor Details- 
StandardEntrySetprotected StandardEntrySet()Constructor for use by subclasses.
 
- 
- 
Method Details- 
size
- 
clear
- 
contains
- 
isEmpty
- 
remove
- 
removeAll
- 
retainAll
 
-