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