Searched refs:DI (Results 1 – 2 of 2) sorted by relevance
46 static class DI extends BI { DI(int value) { super(value); } } in DI() class in ConcurrentHashMapTest95 assertTrue(m.containsKey(new DI(i))); in testComparableFamily()
3460 public void test_copyOf_$DI() throws Exception { in test_copyOf_$DI()