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