Package | Description |
---|---|
org.apache.commons.collections4.map |
Modifier and Type | Method and Description |
---|---|
static <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.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.