Uses of Class
com.google.common.collect.Maps.FilteredEntryBiMap
-
Packages that use Maps.FilteredEntryBiMap Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of Maps.FilteredEntryBiMap in com.google.common.collect
Methods in com.google.common.collect with parameters of type Maps.FilteredEntryBiMap Modifier and Type Method Description private static <K,V>
BiMap<K,V>Maps. filterFiltered(Maps.FilteredEntryBiMap<K,V> map, Predicate<? super java.util.Map.Entry<K,V>> entryPredicate)
Supportclear()
,removeAll()
, andretainAll()
when filtering a filtered map.
-