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