OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withKeyStrengths
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java
80
CacheBuilderFactory
withKeyStrengths
(Set<Strength> keyStrengths) {
CacheReferencesTest.java
49
.
withKeyStrengths
(ImmutableSet.of(STRONG, Strength.WEAK))
EmptyCachesTest.java
362
.
withKeyStrengths
(ImmutableSet.of(Strength.STRONG, Strength.WEAK))
PopulatedCachesTest.java
317
.
withKeyStrengths
(ImmutableSet.of(Strength.STRONG, Strength.WEAK))
Completed in 3268 milliseconds