Home
last modified time | relevance | path

Searched defs:pollLastEntry (Results 1 – 25 of 609) sorted by relevance

12345678910>>...25

/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DSequencedMap.annotated.java46 public default java.util.Map.Entry<K,V> pollLastEntry() { throw new RuntimeException("Stub!"); } in pollLastEntry() method
H A DNavigableMap.annotated.java64 public java.util.Map.Entry<K,V> pollLastEntry(); in pollLastEntry() method
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSortedMultiset.java45 Entry<E> pollLastEntry(); in pollLastEntry() method
H A DUnmodifiableSortedMultiset.java91 public Entry<E> pollLastEntry() { in pollLastEntry() method in UnmodifiableSortedMultiset
H A DAbstractSortedMultiset.java95 public Entry<E> pollLastEntry() { in pollLastEntry() method in AbstractSortedMultiset
H A DDescendingMultiset.java69 public Entry<E> pollLastEntry() { in pollLastEntry() method in DescendingMultiset
H A DForwardingSortedMultiset.java173 public Entry<E> pollLastEntry() { in pollLastEntry() method in ForwardingSortedMultiset
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DSortedMultiset.java82 Entry<E> pollLastEntry(); in pollLastEntry() method
H A DUnmodifiableSortedMultiset.java95 public Entry<E> pollLastEntry() { in pollLastEntry() method in UnmodifiableSortedMultiset
H A DAbstractSortedMultiset.java97 public Entry<E> pollLastEntry() { in pollLastEntry() method in AbstractSortedMultiset
H A DDescendingMultiset.java71 public Entry<E> pollLastEntry() { in pollLastEntry() method in DescendingMultiset
H A DAbstractNavigableMap.java64 public Entry<K, V> pollLastEntry() { in pollLastEntry() method in AbstractNavigableMap
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DSortedMultiset.java82 Entry<E> pollLastEntry(); in pollLastEntry() method
H A DUnmodifiableSortedMultiset.java95 public Entry<E> pollLastEntry() { in pollLastEntry() method in UnmodifiableSortedMultiset
H A DAbstractSortedMultiset.java97 public Entry<E> pollLastEntry() { in pollLastEntry() method in AbstractSortedMultiset
H A DDescendingMultiset.java71 public Entry<E> pollLastEntry() { in pollLastEntry() method in DescendingMultiset
H A DAbstractNavigableMap.java64 public Entry<K, V> pollLastEntry() { in pollLastEntry() method in AbstractNavigableMap
H A DForwardingSortedMultiset.java184 public Entry<E> pollLastEntry() { in pollLastEntry() method in ForwardingSortedMultiset
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DSequencedMap.java212 default Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method
H A DNavigableMap.java254 Map.Entry<K,V> pollLastEntry(); in pollLastEntry() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/
DSequencedMap.java212 default Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DSequencedMap.java212 default Map.Entry<K,V> pollLastEntry() { in pollLastEntry() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java254 Map.Entry<K,V> pollLastEntry(); in pollLastEntry() method
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DNavigableMap.annotated.java65 …il.Map.Entry<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> pollLastEntry(); in pollLastEntry() method
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DForwardingSortedMultisetTest.java85 public Entry<E> pollLastEntry() { in pollLastEntry() method

12345678910>>...25