Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Method and Description |
---|---|
(package private) static <K,V> WellBehavedMap<K,V> |
WellBehavedMap.wrap(java.util.Map<K,V> delegate)
Wraps the given map into a
WellBehavedEntriesMap , which
intercepts its entrySet() method by taking the
Set<K> keySet() and transforming it to
Set<Entry<K, V>> . |