Uses of Class
org.glassfish.pfl.basic.concurrent.SoftCache.ValueCell
Packages that use SoftCache.ValueCell
-
Uses of SoftCache.ValueCell in org.glassfish.pfl.basic.concurrent
Fields in org.glassfish.pfl.basic.concurrent with type parameters of type SoftCache.ValueCellModifier and TypeFieldDescriptionprivate Map.Entry
<K, SoftCache.ValueCell<K, V>> SoftCache.Entry.ent
private Map
<K, SoftCache.ValueCell<K, V>> SoftCache.hash
SoftCache.EntrySet.hashEntries
Methods in org.glassfish.pfl.basic.concurrent that return SoftCache.ValueCellModifier and TypeMethodDescriptionprivate static <K,
V> SoftCache.ValueCell <K, V> SoftCache.ValueCell.create
(K key, V value, ReferenceQueue<V> queue) Methods in org.glassfish.pfl.basic.concurrent with parameters of type SoftCache.ValueCellModifier and TypeMethodDescriptionprivate static <K,
V> V SoftCache.ValueCell.strip
(SoftCache.ValueCell<K, V> val, boolean drop) Constructor parameters in org.glassfish.pfl.basic.concurrent with type arguments of type SoftCache.ValueCell