| 程序包 | 说明 |
|---|---|
| org.apache.mina.filter.buffer | |
| org.apache.mina.util |
Miscellaneous utility classes
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
IoBufferLazyInitializer
An
LazyInitializer implementation that initializes an
IoBuffer only when needed. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LazyInitializedCacheMap.NoopInitializer
This class provides a noop
LazyInitializer meaning it
will return the same object it received when instantiated. |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Collection<LazyInitializer<V>> |
LazyInitializedCacheMap.getValues() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
LazyInitializedCacheMap(java.util.concurrent.ConcurrentHashMap<K,LazyInitializer<V>> map)
This constructor allows to provide a fine tuned
ConcurrentHashMap
to stick with each special case the user needs. |