protected class ForwardingMap.StandardKeySet extends Maps.KeySet<K,V>
Map.keySet()
in terms of the following methods: ForwardingMap.clear()
, ForwardingMap.containsKey(java.lang.Object)
, ForwardingMap.isEmpty()
, ForwardingMap.remove(java.lang.Object)
, ForwardingMap.size()
, and the Set.iterator()
method of
ForwardingMap.entrySet()
. In many cases, you may wish to override ForwardingMap.keySet()
to forward to this implementation or a subclass thereof.map
Constructor and Description |
---|
StandardKeySet()
Constructor for use by subclasses.
|
clear, contains, forEach, isEmpty, iterator, map, remove, size
removeAll, retainAll
add, addAll, containsAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait