Searched refs:softValues (Results 1 – 9 of 9) sorted by relevance
110 public abstract GenericMapMaker<K0, V0> softValues(); in softValues() method in GenericMapMaker
334 public MapMaker softValues() { in softValues() method in MapMaker
251 builder1.softValues(); in testValueStrengthSetTwice()255 CacheBuilder<Object, Object> builder2 = new CacheBuilder<Object, Object>().softValues(); in testValueStrengthSetTwice()257 builder2.softValues(); in testValueStrengthSetTwice()
192 CacheBuilder.newBuilder().softValues(), CacheBuilder.from(spec)); in testParse_softValues()434 .softValues() in testParse_whitespaceAllowed()
360 LocalCache<Object, Object> map = makeLocalCache(createCacheBuilder().softValues()); in testSetSoftValues()840 .softValues() in testRemovalListener_collected()2397 .softValues() in testSerializationProxyLoading()2453 .softValues() in testSerializationProxyManual()2550 createCacheBuilder().softValues(), in allKeyValueStrengthMakers()2553 createCacheBuilder().weakKeys().softValues()); in allKeyValueStrengthMakers()
42 CacheBuilder.newBuilder().weakKeys().softValues().build(
196 builder.softValues(); in toCacheBuilder()
572 public CacheBuilder<K, V> softValues() { in softValues() method in CacheBuilder
237 MapMakerInternalMap<Object, Object> map = makeMap(createMapMaker().softValues()); in testSetSoftValues()355 .softValues() in testRemovalListener_collected()1647 createMapMaker().softValues(), in allKeyValueStrengthMakers()1650 createMapMaker().weakKeys().softValues()); in allKeyValueStrengthMakers()