Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java126 assertTrue(bucketsOf(Maps.newHashMapWithExpectedSize(0)) <= 1); in testNewHashMapWithExpectedSize_wontGrow()
135 int initialBuckets = bucketsOf(map1); in testNewHashMapWithExpectedSize_wontGrow()
141 initialBuckets, bucketsOf(map1)); in testNewHashMapWithExpectedSize_wontGrow()
150 initialBuckets, bucketsOf(map2)); in testNewHashMapWithExpectedSize_wontGrow()
155 private static int bucketsOf(HashMap<?, ?> hashMap) throws Exception { in bucketsOf() method in MapsTest