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