Home | History | Annotate | Download | only in util

Lines Matching defs:pollLastEntry

960      * {@link java.util.TreeMap#pollLastEntry()
965 assertEquals(objArray[999].toString(), tm.pollLastEntry().getKey());
966 assertEquals(objArray[998], tm.pollLastEntry().getValue());
967 assertEquals(objArray[997], tm.pollLastEntry().getValue());
969 assertEquals(objArray[996], tm.pollLastEntry().getValue());
971 assertEquals(testint9999.toString(), tm.pollLastEntry().getKey());
972 Entry entry = tm.pollLastEntry();
976 assertNull(tm.pollLastEntry());