public class LazyHashMap<K,V> extends SingletonProvider<HashMap<K,V>>
SingletonProvider.NullCheckOnGetProvidesValue.NoOp<X>proxy| Constructor and Description |
|---|
LazyHashMap() |
| Modifier and Type | Method and Description |
|---|---|
protected HashMap<K,V> |
initialValue()
Called once, on first .get().
|
createImmutableProvider, get, isSet, onCreateprotected HashMap<K,V> initialValue()
SingletonProviderinitialValue in class SingletonProvider<HashMap<K,V>>Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.