public class InverseMaps extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
inverseMap(Map<V,K> map,
com.google.common.base.Predicate<Map.Entry<V,K>> filter) |
static <K,V> com.google.common.collect.Multimap<K,V> |
inverseMultimap(Map<V,K> map,
com.google.common.base.Predicate<Map.Entry<V,K>> filter) |
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.