org.neo4j.kernel.impl.cache
Class WeakValue<K,V>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<V>
org.neo4j.kernel.impl.cache.WeakValue<K,V>
public class WeakValue<K,V>
- extends WeakReference<V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public final K key
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.