protected abstract class ForwardingMap.StandardEntrySet extends Maps.EntrySet<K,V>
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.| Constructor and Description |
|---|
StandardEntrySet()
Constructor for use by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.Map<K,V> |
map() |
clear, contains, isEmpty, remove, removeAll, retainAll, sizeadd, addAll, containsAll, iterator, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait