public class LazyInitializedCacheMap.NoopInitializer extends LazyInitializer<V>
LazyInitializer meaning it
will return the same object it received when instantiated.| Constructor and Description |
|---|
LazyInitializedCacheMap.NoopInitializer(V value) |
| Modifier and Type | Method and Description |
|---|---|
V |
init()
Initializes the value.
|
getpublic LazyInitializedCacheMap.NoopInitializer(V value)
public V init()
LazyInitializerinit in class LazyInitializer<V>