Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Class and Description |
---|---|
class |
PredicatedSortedMap<K,V>
Decorates another
SortedMap to validate that additions
match a specified predicate. |
Modifier and Type | Method and Description |
---|---|
static <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.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.