Searched defs:higherEntry (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | NavigableMap.annotated.java | 55 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> higherEntry(@libcore.util.N… in higherEntry() method
|
D | TreeMap.annotated.java | 86 …<@libcore.util.NullFromTypeParam K, @libcore.util.NullFromTypeParam V> higherEntry(@libcore.util.N… in higherEntry() method in TreeMap
|
/libcore/ojluni/src/main/java/java/util/ |
D | NavigableMap.java | 204 Map.Entry<K,V> higherEntry(K key); in higherEntry() method
|
D | TreeMap.java | 1078 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
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | NavigableMap.annotated.java | 54 public java.util.Map.Entry<K,V> higherEntry(K key); in higherEntry() method
|
D | TreeMap.annotated.java | 101 public java.util.Map.Entry<K,V> higherEntry(K key) { throw new RuntimeException("Stub!"); } in higherEntry() method in TreeMap
|
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | ConcurrentSkipListMap.annotated.java | 136 public java.util.Map.Entry<K,V> higherEntry(K key) { throw new RuntimeException("Stub!"); } in higherEntry() method in ConcurrentSkipListMap
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 2045 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
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Collections.java | 1078 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
|