Uses of Class
com.google.common.collect.WellBehavedMap
-
Packages that use WellBehavedMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of WellBehavedMap in com.google.common.collect
Methods in com.google.common.collect that return WellBehavedMap Modifier and Type Method Description (package private) static <K,V>
WellBehavedMap<K,V>WellBehavedMap. wrap(java.util.Map<K,V> delegate)Wraps the given map into aWellBehavedEntriesMap, which intercepts itsentrySet()method by taking theSet<K> keySet()and transforming it toSet<Entry<K, V>>.
-