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