| Package | Description |
|---|---|
| com.h3c.util.cache |
| Constructor and Description |
|---|
CachedValueWeakReference(WeakValueCache<K,V> cache,
K key,
V referent,
ReferenceQueue<? super V> q)
Constructs a new cached value weak reference that refers to the
given object and is registered with the given queue.
|
Copyright © 2014. All Rights Reserved.