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