Searched refs:testint100 (Results 1 – 1 of 1) sorted by relevance
1113 Integer testint100 = new Integer(100); in test_ceilingEntry() local1117 assertEquals(objArray[100], tm.ceilingEntry(testint100.toString()) in test_ceilingEntry()1120 tm.put(testint100.toString(), testint); in test_ceilingEntry()1122 Entry entry = tm.ceilingEntry(testint100.toString()); in test_ceilingEntry()1126 tm.ceilingEntry(testint100); in test_ceilingEntry()1145 Integer testint100 = new Integer(100); in test_ceilingKey() local1148 assertEquals(objArray[100].toString(), tm.ceilingKey(testint100 in test_ceilingKey()1151 tm.put(testint100.toString(), testint); in test_ceilingKey()1153 assertEquals(testint100.toString(), tm in test_ceilingKey()1154 .ceilingKey(testint100.toString())); in test_ceilingKey()[all …]