com.bigdata.cache
Class ConcurrentWeakValueCache.WeakRef<K,V>

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.WeakReference<V>
          extended by 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

Constructor Summary
ConcurrentWeakValueCache.WeakRef(K k, V v, ReferenceQueue<V> queue)
           
 
Method Summary
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, get, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentWeakValueCache.WeakRef

public ConcurrentWeakValueCache.WeakRef(K k,
                                        V v,
                                        ReferenceQueue<V> queue)


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.