/libcore/jsr166-tests/src/test/java/jsr166/ |
D | TreeSubMapTest.java | 351 Map.Entry e = map.pollLastEntry(); 354 e = map.pollLastEntry(); 357 e = map.pollLastEntry(); 360 e = map.pollLastEntry(); 363 e = map.pollLastEntry(); 369 e = map.pollLastEntry(); 900 Map.Entry e = map.pollLastEntry(); 903 e = map.pollLastEntry(); 906 e = map.pollLastEntry(); 909 e = map.pollLastEntry(); [all …]
|
D | ConcurrentSkipListSubMapTest.java | 461 Map.Entry e = map.pollLastEntry(); 464 e = map.pollLastEntry(); 467 e = map.pollLastEntry(); 470 e = map.pollLastEntry(); 473 e = map.pollLastEntry(); 479 e = map.pollLastEntry(); 1135 Map.Entry e = map.pollLastEntry(); 1138 e = map.pollLastEntry(); 1141 e = map.pollLastEntry(); 1144 e = map.pollLastEntry(); [all …]
|
D | TreeMapTest.java | 534 Map.Entry e = map.pollLastEntry(); 537 e = map.pollLastEntry(); 540 e = map.pollLastEntry(); 543 e = map.pollLastEntry(); 546 e = map.pollLastEntry(); 552 e = map.pollLastEntry();
|
D | ConcurrentSkipListMapTest.java | 653 Map.Entry e = map.pollLastEntry(); 656 e = map.pollLastEntry(); 659 e = map.pollLastEntry(); 662 e = map.pollLastEntry(); 665 e = map.pollLastEntry(); 671 e = map.pollLastEntry();
|
/libcore/ojluni/src/main/java/java/util/ |
D | NavigableMap.java | 248 Map.Entry<K,V> pollLastEntry(); in pollLastEntry() method
|
D | TreeSet.java | 462 Map.Entry<E,?> e = m.pollLastEntry(); in pollLast()
|
D | Collections.java | 1983 public Entry<K, V> pollLastEntry() 2937 public Entry<K, V> pollLastEntry() 2938 { synchronized (mutex) { return nm.pollLastEntry(); } } 4163 public Entry<K, V> pollLastEntry() { 4164 Entry<K,V> entry = nm.pollLastEntry();
|
D | TreeMap.java | 685 public Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method in TreeMap 1152 Map.Entry<E,?> e = m.pollLastEntry(); in pollLast() 1590 public final Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method in TreeMap.NavigableSubMap
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | NavigableMap.annotated.java | 65 …il.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> pollLastEntry(); in pollLastEntry() method
|
D | TreeMap.annotated.java | 72 …@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> pollLastEntry() { throw new … in pollLastEntry() method in TreeMap
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListSet.java | 383 Map.Entry<E,Object> e = m.pollLastEntry(); in pollLast()
|
D | ConcurrentSkipListMap.java | 2257 public Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method in ConcurrentSkipListMap 2380 Map.Entry<K,V> e = m.pollLastEntry(); in pollLast() 3045 public Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method in ConcurrentSkipListMap.SubMap
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TreeMapTest.java | 965 assertEquals(objArray[999].toString(), tm.pollLastEntry().getKey()); in test_pollLastEntry() 966 assertEquals(objArray[998], tm.pollLastEntry().getValue()); in test_pollLastEntry() 967 assertEquals(objArray[997], tm.pollLastEntry().getValue()); in test_pollLastEntry() 969 assertEquals(objArray[996], tm.pollLastEntry().getValue()); in test_pollLastEntry() 971 assertEquals(testint9999.toString(), tm.pollLastEntry().getKey()); in test_pollLastEntry() 972 Entry entry = tm.pollLastEntry(); in test_pollLastEntry() 976 assertNull(tm.pollLastEntry()); in test_pollLastEntry()
|
D | TreeMapExtendTest.java | 121 assertNull(treeMap.pollLastEntry()); in test_TreeMap_Constructor_Default() 1735 .pollLastEntry().getValue()); in test_AscendingSubMap_pollLastEntry() 1737 .pollLastEntry().getValue()); in test_AscendingSubMap_pollLastEntry() 1739 .pollLastEntry().getValue()); in test_AscendingSubMap_pollLastEntry() 1741 .pollLastEntry().getValue()); in test_AscendingSubMap_pollLastEntry() 2385 assertEquals(0, decendingMap.pollLastEntry().getValue()); in test_DescendingSubMap_pollLastEntry() 2388 assertEquals(101, decendingMap.pollLastEntry().getValue()); in test_DescendingSubMap_pollLastEntry() 2391 assertEquals(102, decendingMap.pollLastEntry().getValue()); in test_DescendingSubMap_pollLastEntry() 2394 assertEquals(100, decendingMap.pollLastEntry().getValue()); in test_DescendingSubMap_pollLastEntry() 2397 assertEquals(103, decendingMap.pollLastEntry().getValue()); in test_DescendingSubMap_pollLastEntry()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | TreeMapTest.java | 132 assertImmutable(map.pollLastEntry()); in assertAllEntryMethodsReturnImmutableEntries()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 1098 public java.util.Map.Entry<K, V> pollLastEntry() { in pollLastEntry() method in Collections.CheckedNavigableMap 2586 public java.util.Map.Entry<K, V> pollLastEntry() { in pollLastEntry() method in Collections.SynchronizedNavigableMap 3374 public java.util.Map.Entry<K, V> pollLastEntry() { in pollLastEntry() method in Collections.UnmodifiableNavigableMap
|