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.
|
get
public NoopInitializer(V value)
public V init()
LazyInitializer
init
in class LazyInitializer<V>
Copyright © 2004–2018 Apache MINA Project. All rights reserved.