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