| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
| Modifier and Type | Method and 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)
Support
clear(), removeAll(), and retainAll() when
filtering a filtered sorted map. |