Home
last modified time | relevance | path

Searched refs:concurrencyLevels (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderFactory.java42 private Set<Integer> concurrencyLevels = Sets.newHashSet((Integer) null); field in CacheBuilderFactory
51 CacheBuilderFactory withConcurrencyLevels(Set<Integer> concurrencyLevels) { in withConcurrencyLevels() argument
52 this.concurrencyLevels = Sets.newLinkedHashSet(concurrencyLevels); in withConcurrencyLevels()
94 Iterable<List<Object>> combinations = buildCartesianProduct(concurrencyLevels, in buildAllPermutations()