Package javassist.scopedpool
Class SoftValueHashMap.SoftValueRef<K,V>
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.SoftReference<V>
-
- javassist.scopedpool.SoftValueHashMap.SoftValueRef<K,V>
-
- Enclosing class:
- SoftValueHashMap<K,V>
private static class SoftValueHashMap.SoftValueRef<K,V> extends java.lang.ref.SoftReference<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SoftValueRef(K key, V val, java.lang.ref.ReferenceQueue<V> q)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static <K,V>
SoftValueHashMap.SoftValueRef<K,V>create(K key, V val, java.lang.ref.ReferenceQueue<V> q)
-
-
-
Field Detail
-
key
public K key
-
-
Method Detail
-
create
private static <K,V> SoftValueHashMap.SoftValueRef<K,V> create(K key, V val, java.lang.ref.ReferenceQueue<V> q)
-
-