Home
last modified time | relevance | path

Searched defs:higherEntry (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DAbstractNavigableMap.java110 public Entry<K, V> higherEntry(@ParametricNullness K key) { in higherEntry() method in AbstractNavigableMap
H A DForwardingNavigableMap.java165 public Entry<K, V> higherEntry(@ParametricNullness K key) { in higherEntry() method in ForwardingNavigableMap
H A DTreeRangeMap.java150 Entry<Cut<K>, RangeMapEntry<K, V>> higherEntry = in coalescedRange() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DAbstractNavigableMap.java110 public Entry<K, V> higherEntry(@ParametricNullness K key) { in higherEntry() method in AbstractNavigableMap
H A DForwardingNavigableMap.java166 public Entry<K, V> higherEntry(@ParametricNullness K key) { in higherEntry() method in ForwardingNavigableMap
H A DTreeRangeMap.java152 Entry<Cut<K>, RangeMapEntry<K, V>> higherEntry = in coalescedRange() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java204 Map.Entry<K,V> higherEntry(K key); in higherEntry() method
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DNavigableMap.annotated.java54 public java.util.Map.Entry<K,V> higherEntry(K key); in higherEntry() method
H A DTreeMap.annotated.java101 public java.util.Map.Entry<K,V> higherEntry(K key) { throw new RuntimeException("Stub!"); } in higherEntry() method in TreeMap
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DNavigableMap.annotated.java55 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> higherEntry(@libcore.util.N… in higherEntry() method
H A DTreeMap.annotated.java86 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> higherEntry(@libcore.util.N… in higherEntry() method in TreeMap
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DNavigableMap.java204 Map.Entry<K,V> higherEntry(K key); in higherEntry() method
H A DTreeMap.java1078 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap
1892 public final Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap.NavigableSubMap
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java204 Map.Entry<K,V> higherEntry(K key); in higherEntry() method
DTreeMap.java1078 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap
1892 public final Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap.NavigableSubMap
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DForwardingNavigableMapTest.java168 public @Nullable Entry<K, V> higherEntry(K key) { in higherEntry() method
H A DSynchronizedNavigableMapTest.java167 public @Nullable Entry<K, V> higherEntry(K key) { in higherEntry() method in SynchronizedNavigableMapTest.TestMap
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingNavigableMapTest.java168 public @Nullable Entry<K, V> higherEntry(K key) { in higherEntry() method
H A DSynchronizedNavigableMapTest.java167 public @Nullable Entry<K, V> higherEntry(K key) { in higherEntry() method in SynchronizedNavigableMapTest.TestMap
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
H A DConcurrentSkipListMap.annotated.java136 public java.util.Map.Entry<K,V> higherEntry(K key) { throw new RuntimeException("Stub!"); } in higherEntry() method in ConcurrentSkipListMap
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2045 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap
2836 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap.SubMap
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentSkipListMap.java2045 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap
2836 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap.SubMap
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2045 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap
2836 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in ConcurrentSkipListMap.SubMap
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1078 public Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap
1892 public final Map.Entry<K,V> higherEntry(K key) { in higherEntry() method in TreeMap.NavigableSubMap
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DCollections.java1078 public java.util.Map.Entry<K, V> higherEntry(K key) { in higherEntry() method in Collections.CheckedNavigableMap
2566 public java.util.Map.Entry<K, V> higherEntry(K key) { in higherEntry() method in Collections.SynchronizedNavigableMap
3358 public java.util.Map.Entry<K, V> higherEntry(K key) { in higherEntry() method in Collections.UnmodifiableNavigableMap

12345678910>>...24