org.neo4j.kernel.impl.cache
Class WeakValue<K,V>

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.WeakReference<V>
          extended by org.neo4j.kernel.impl.cache.WeakValue<K,V>

public class WeakValue<K,V>
extends WeakReference<V>


Field Summary
 K key
           
 
Constructor Summary
WeakValue(K key, V value)
           
WeakValue(K key, V value, ReferenceQueue<? super 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
 

Field Detail

key

public final K key
Constructor Detail

WeakValue

public WeakValue(K key,
                 V value,
                 ReferenceQueue<? super V> queue)

WeakValue

public WeakValue(K key,
                 V value)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.