Uses of Class
org.glassfish.pfl.basic.concurrent.SoftCache.ValueCell
-
Packages that use SoftCache.ValueCell Package Description org.glassfish.pfl.basic.concurrent -
-
Uses of SoftCache.ValueCell in org.glassfish.pfl.basic.concurrent
Fields in org.glassfish.pfl.basic.concurrent with type parameters of type SoftCache.ValueCell Modifier and Type Field Description private java.util.Map.Entry<K,SoftCache.ValueCell<K,V>>
SoftCache.Entry. ent
private java.util.Map<K,SoftCache.ValueCell<K,V>>
SoftCache. hash
(package private) java.util.Set<java.util.Map.Entry<K,SoftCache.ValueCell<K,V>>>
SoftCache.EntrySet. hashEntries
Methods in org.glassfish.pfl.basic.concurrent that return SoftCache.ValueCell Modifier and Type Method Description private static <K,V>
SoftCache.ValueCell<K,V>SoftCache.ValueCell. create(K key, V value, java.lang.ref.ReferenceQueue<V> queue)
Methods in org.glassfish.pfl.basic.concurrent with parameters of type SoftCache.ValueCell Modifier and Type Method Description private static <K,V>
VSoftCache.ValueCell. strip(SoftCache.ValueCell<K,V> val, boolean drop)
Constructor parameters in org.glassfish.pfl.basic.concurrent with type arguments of type SoftCache.ValueCell Constructor Description Entry(java.util.Map.Entry<K,SoftCache.ValueCell<K,V>> ent, V value)
-