public class LazyInitializedCacheMap.NoopInitializer extends LazyInitializer<V>
LazyInitializer meaning it
will return the same object it received when instantiated.| Constructor and Description |
|---|
NoopInitializer(V value) |
| Modifier and Type | Method and Description |
|---|---|
V |
init()
Initializes the value.
|
getpublic NoopInitializer(V value)
public V init()
LazyInitializerinit in class LazyInitializer<V>Copyright © 2004–2017 Apache MINA Project. All rights reserved.