com.bigdata.cache
Class ConcurrentWeakValueCache.WeakRef<K,V>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<V>
com.bigdata.cache.ConcurrentWeakValueCache.WeakRef<K,V>
- Type Parameters:
K - V -
- Enclosing class:
- ConcurrentWeakValueCache<K,V>
public static class ConcurrentWeakValueCache.WeakRef<K,V>
- extends WeakReference<V>
Adds the key to the weak reference.
- Version:
- $Id: ConcurrentWeakValueCache.java 2265 2009-10-26 12:51:06Z thompsonbry $
- Author:
- Bryan Thompson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentWeakValueCache.WeakRef
public ConcurrentWeakValueCache.WeakRef(K k,
V v,
ReferenceQueue<V> queue)
Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.