Uses of Class
org.apache.commons.collections4.map.PredicatedSortedMap

Packages that use PredicatedSortedMap
org.apache.commons.collections4.map This package contains implementations of the Map, IterableMap, OrderedMap and SortedMap interfaces. 
 

Uses of PredicatedSortedMap in org.apache.commons.collections4.map
 

Methods in org.apache.commons.collections4.map that return PredicatedSortedMap
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.