V getOrDefault(Object key, V defaultValue) Returns the value to which the specified key is mapped. Returns defaultValue if this map does not contain a mapping for that key.
boolean containsValue(Object value) Returns true if this map maps one or more keys to the specified value.
Set
Recommended Posts