| Package | Description |
|---|---|
| org.jboss.weld.util.collections |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> DefaultValueMap<K,V> |
DefaultValueMap.hashMapWithDefaultValue(Supplier<V> defaultValueSupplier) |
static <K,V> DefaultValueMap<K,V> |
DefaultValueMap.of(Map<K,V> delegate,
Supplier<V> defaultValueSupplier) |
Copyright © 2014 Seam Framework. All Rights Reserved.