Searched defs:SoftEntry (Results 1 – 2 of 2) sorted by relevance
445 static class SoftEntry class in SoftValueMap447 …SoftEntry (final ReferenceQueue valueReferenceQueue, final Object key, Object value, final SoftEnt… in SoftEntry() method in SoftValueMap.SoftEntry
934 private static class SoftEntry<K, V> extends FinalizableSoftReference<K> class in MapMaker936 SoftEntry(Internals<K, V, ReferenceEntry<K, V>> internals, K key, in SoftEntry() method in MapMaker.SoftEntry