Uses of Class
com.google.common.collect.Maps.FilteredEntryBiMap
Packages that use Maps.FilteredEntryBiMap
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Maps.FilteredEntryBiMap in com.google.common.collect
Methods in com.google.common.collect with parameters of type Maps.FilteredEntryBiMapModifier and TypeMethodDescriptionprivate static <K,
V> BiMap <K, V> Maps.filterFiltered
(Maps.FilteredEntryBiMap<K, V> map, Predicate<? super Map.Entry<K, V>> entryPredicate) Supportclear()
,removeAll()
, andretainAll()
when filtering a filtered map.