Uses of Class
org.apache.commons.collections4.map.DefaultedMap
Package
Description
-
Uses of DefaultedMap in org.apache.commons.collections4.map
Modifier 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.