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

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

public class SoftValue<K,V>
extends SoftReference<V>


Field Summary
 K key
           
 
Constructor Summary
SoftValue(K key, V value)
           
SoftValue(K key, V value, ReferenceQueue<? super V> queue)
           
 
Method Summary
 
Methods inherited from class java.lang.ref.SoftReference
get
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, 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

SoftValue

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

SoftValue

public SoftValue(K key,
                 V value)


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