Class LazyInitializedCacheMap.NoopInitializer
java.lang.Object
org.apache.mina.util.LazyInitializer<V>
org.apache.mina.util.LazyInitializedCacheMap.NoopInitializer
- Enclosing class:
LazyInitializedCacheMap<K,V>
This class provides a noop
LazyInitializer meaning it
will return the same object it received when instantiated.- Since:
- MINA 2.0.0-M2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LazyInitializer
get
-
Field Details
-
value
-
-
Constructor Details
-
NoopInitializer
Create a new NoopInitializer instance- Parameters:
value- The value stored in this initializer
-
-
Method Details
-
init
Initializes the value.- Specified by:
initin classLazyInitializer<V>- Returns:
- the initialized value
-