Uses of Class
org.apache.commons.collections4.map.PredicatedMap
Package
Description
-
Uses of PredicatedMap in org.apache.commons.collections4.map
Modifier and TypeClassDescriptionclass
PredicatedSortedMap<K,
V> Decorates anotherSortedMap
to validate that additions match a specified predicate.Modifier and TypeMethodDescriptionstatic <K,
V> PredicatedMap<K, V> PredicatedMap.predicatedMap
(Map<K, V> map, Predicate<? super K> keyPredicate, Predicate<? super V> valuePredicate) Factory method to create a predicated (validating) map.