Searched refs:initialCapacities (Results 1 – 2 of 2) sorted by relevance
41 private Set<Integer> initialCapacities = Sets.newHashSet((Integer) null); field in CacheBuilderFactory54 CacheBuilderFactory withInitialCapacities(Set<Integer> initialCapacities) { in withInitialCapacities() argument55 this.initialCapacities = Sets.newLinkedHashSet(initialCapacities); in withInitialCapacities()95 initialCapacities, in buildAllPermutations()