Searched refs:softValues (Results 1 – 6 of 6) sorted by relevance
118 public abstract GenericMapMaker<K0, V0> softValues(); in softValues() method in GenericMapMaker
405 public MapMaker softValues() { in softValues() method in MapMaker
252 builder1.softValues(); in testValueStrengthSetTwice()256 CacheBuilder<Object, Object> builder2 = new CacheBuilder<Object, Object>().softValues(); in testValueStrengthSetTwice()258 builder2.softValues(); in testValueStrengthSetTwice()
326 LocalCache<Object, Object> map = makeLocalCache(createCacheBuilder().softValues()); in testSetSoftValues()796 .softValues() in testRemovalListener_collected()2310 .softValues() in testSerializationProxyLoading()2366 .softValues() in testSerializationProxyManual()2463 createCacheBuilder().softValues(), in allKeyValueStrengthMakers()2466 createCacheBuilder().weakKeys().softValues()); in allKeyValueStrengthMakers()
525 public CacheBuilder<K, V> softValues() { in softValues() method in CacheBuilder
263 MapMakerInternalMap<Object, Object> map = makeMap(createMapMaker().softValues()); in testSetSoftValues()381 .softValues() in testRemovalListener_collected()1674 createMapMaker().softValues(), in allKeyValueStrengthMakers()1677 createMapMaker().weakKeys().softValues(), in allKeyValueStrengthMakers()1680 createMapMaker().softKeys().softValues()); in allKeyValueStrengthMakers()