Uses of Class
org.apache.commons.collections4.map.PredicatedSortedMap
Package
Description
-
Uses of PredicatedSortedMap in org.apache.commons.collections4.map
Modifier and TypeMethodDescriptionstatic <K,
V> PredicatedSortedMap<K, V> PredicatedSortedMap.predicatedSortedMap
(SortedMap<K, V> map, Predicate<? super K> keyPredicate, Predicate<? super V> valuePredicate) Factory method to create a predicated (validating) sorted map.