Searched refs:hashes (Results 1 – 1 of 1) sorted by relevance
119 public void testMap(int size, int[] hashes) { in testMap() argument122 doTest(map, hashes, in testMap()129 public void testSet(int size, int[] hashes) { in testSet() argument132 doTest(set, hashes, in testSet()138 private void doTest(Object collection, int[] hashes, in doTest() argument142 for (int h : hashes) { in doTest()