Uses of Class
org.apache.mina.util.LazyInitializer

Packages that use LazyInitializer
org.apache.mina.filter.buffer   
org.apache.mina.util Miscellaneous utility classes 
 

Uses of LazyInitializer in org.apache.mina.filter.buffer
 

Subclasses of LazyInitializer in org.apache.mina.filter.buffer
 class IoBufferLazyInitializer
          An LazyInitializer implementation that initializes an IoBuffer only when needed.
 

Uses of LazyInitializer in org.apache.mina.util
 

Subclasses of LazyInitializer in org.apache.mina.util
 class LazyInitializedCacheMap.NoopInitializer
          This class provides a noop LazyInitializer meaning it will return the same object it received when instantiated.
 

Methods in org.apache.mina.util that return types with arguments of type LazyInitializer
 Collection<LazyInitializer<V>> LazyInitializedCacheMap.getValues()
          
 

Methods in org.apache.mina.util with parameters of type LazyInitializer
 V LazyInitializedCacheMap.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 LazyInitializer
LazyInitializedCacheMap(ConcurrentHashMap<K,LazyInitializer<V>> map)
          This constructor allows to provide a fine tuned ConcurrentHashMap to stick with each special case the user needs.
 



Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.