Searched refs:ConstantHashClass (Results 1 – 1 of 1) sorted by relevance
338 ConstantHashClass cl = new ConstantHashClass(2); in test_keySet_hasNext()339 map.put(new ConstantHashClass(1), null); in test_keySet_hasNext()341 map.put(new ConstantHashClass(3), null); in test_keySet_hasNext()355 static class ConstantHashClass { class in WeakHashMapTest358 public ConstantHashClass(int id) { in ConstantHashClass() method in WeakHashMapTest.ConstantHashClass