Uses of Class
org.apache.mina.util.LazyInitializer
Packages that use LazyInitializer
Package
Description
Miscellaneous utility classes
-
Uses of LazyInitializer in org.apache.mina.filter.buffer
Subclasses of LazyInitializer in org.apache.mina.filter.bufferModifier and TypeClassDescriptionclassAnLazyInitializerimplementation that initializes anIoBufferonly when needed. -
Uses of LazyInitializer in org.apache.mina.util
Subclasses of LazyInitializer in org.apache.mina.utilModifier and TypeClassDescriptionclassThis class provides a noopLazyInitializermeaning it will return the same object it received when instantiated.Fields in org.apache.mina.util with type parameters of type LazyInitializerModifier and TypeFieldDescriptionprivate ConcurrentMap<K, LazyInitializer<V>> LazyInitializedCacheMap.cacheMethods in org.apache.mina.util that return types with arguments of type LazyInitializerMethods in org.apache.mina.util with parameters of type LazyInitializerModifier and TypeMethodDescriptionLazyInitializedCacheMap.putIfAbsent(K key, LazyInitializer<V> value) If the specified key is not already associated with a value, associate it with the given value.Constructor parameters in org.apache.mina.util with type arguments of type LazyInitializerModifierConstructorDescriptionThis constructor allows to provide a fine tunedConcurrentHashMapto stick with each special case the user needs.