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