Uses of Class
com.google.common.collect.Maps.FilteredEntryBiMap
Packages that use Maps.FilteredEntryBiMap
Package
Description
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.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.