Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DWeakHashMapTest.java338 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 WeakHashMapTest
358 public ConstantHashClass(int id) { in ConstantHashClass() method in WeakHashMapTest.ConstantHashClass