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