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

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

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

Methods in org.apache.commons.collections4.map that return DefaultedMap
static
<K,V> DefaultedMap<K,V>
DefaultedMap.defaultedMap(Map<K,V> map, Factory<? extends V> factory)
          Factory method to create a defaulting map.
static
<K,V> DefaultedMap<K,V>
DefaultedMap.defaultedMap(Map<K,V> map, V defaultValue)
          Factory method to create a defaulting map.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.