Package com.formdev.flatlaf.util
Class SoftCache.CacheReference<K,V>
java.lang.Object
java.lang.ref.Reference<V>
java.lang.ref.SoftReference<V>
com.formdev.flatlaf.util.SoftCache.CacheReference<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.ref.SoftReference
get
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
key
-
-
Constructor Details
-
CacheReference
CacheReference(K key, V value, ReferenceQueue<? super V> queue)
-