Searched refs:testint (Results 1 – 1 of 1) sorted by relevance
896 Integer testint = new Integer(-1); in test_firstEntry() local901 tm.put(testint.toString(), testint); in test_firstEntry() local902 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()903 assertEquals(testint, tm.firstEntry().getValue()); in test_firstEntry()905 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()906 assertEquals(testint, tm.firstEntry().getValue()); in test_firstEntry()908 assertEquals(testint.toString(), tm.firstEntry().getKey()); in test_firstEntry()910 assertEquals(testint, entry.getValue()); in test_firstEntry()940 Integer testint = new Integer(-1); in test_pollFirstEntry() local946 tm.put(testint.toString(), testint); in test_pollFirstEntry() local[all …]