Uses of Class
org.apache.commons.collections4.map.DefaultedMap
-
Packages that use DefaultedMap Package Description org.apache.commons.collections4.map -
-
Uses of DefaultedMap in org.apache.commons.collections4.map
Methods in org.apache.commons.collections4.map that return DefaultedMap Modifier and Type Method Description 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.
-