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