Home | History | Annotate | Download | only in util

Lines Matching defs:pollLastEntry

121         assertNull(treeMap.pollLastEntry());
1735 .pollLastEntry().getValue());
1737 .pollLastEntry().getValue());
1739 .pollLastEntry().getValue());
1741 .pollLastEntry().getValue());
2385 assertEquals(0, decendingMap.pollLastEntry().getValue());
2388 assertEquals(101, decendingMap.pollLastEntry().getValue());
2391 assertEquals(102, decendingMap.pollLastEntry().getValue());
2394 assertEquals(100, decendingMap.pollLastEntry().getValue());
2397 assertEquals(103, decendingMap.pollLastEntry().getValue());