Searched refs:ControlledHash (Results 1 – 1 of 1) sorted by relevance
85 static class ControlledHash { class in ArrayMapTests88 ControlledHash(int value) { in ControlledHash() method in ArrayMapTests.ControlledHash97 return mValue == ((ControlledHash)o).mValue; in equals()336 HashMap<ControlledHash, Integer> hashMap = new HashMap<ControlledHash, Integer>(); in run()337 ArrayMap<ControlledHash, Integer> arrayMap = new ArrayMap<ControlledHash, Integer>(); in run()338 HashSet<ControlledHash> hashSet = new HashSet<ControlledHash>(); in run()339 ArraySet<ControlledHash> arraySet = new ArraySet<ControlledHash>(); in run()346 ControlledHash key = KEYS[i] < 0 ? null : new ControlledHash(KEYS[i]); in run()390 arrayMap.put(new ControlledHash(50000), 100); in run()391 ControlledHash lookup = new ControlledHash(50000); in run()[all …]