Home
last modified time | relevance | path

Searched defs:higherKey (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DNavigableMap.java212 K higherKey(K key); in higherKey() method
DTreeMap.java774 public K higherKey(K key) { in higherKey() method in TreeMap
1543 public final K higherKey(K key) { in higherKey() method in TreeMap.NavigableSubMap
/libcore/ojluni/annotations/sdk/nullability/java/util/
DNavigableMap.annotated.java57 @libcore.util.Nullable public K higherKey(@libcore.util.NullFromTypeParam K key); in higherKey() method
DTreeMap.annotated.java88 @libcore.util.Nullable public K higherKey(@libcore.util.NullFromTypeParam K key) { throw new Runtim… in higherKey() method in TreeMap
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java845 K higherKey = map.higherKey(key); in check_unmodifiableNavigableMap_defaultMethods() local
/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2029 public K higherKey(K key) { in higherKey() method in ConcurrentSkipListMap
2813 public K higherKey(K key) { in higherKey() method in ConcurrentSkipListMap.SubMap
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java1082 public K higherKey(K key) { in higherKey() method in Collections.CheckedNavigableMap
2570 public K higherKey(K key) { in higherKey() method in Collections.SynchronizedNavigableMap
3342 public K higherKey(K key) { in higherKey() method in Collections.UnmodifiableNavigableMap