Searched refs:ceilingKey (Results 1 – 12 of 12) sorted by relevance
436 return m.ceilingKey(e); in ceiling()
1929 public K ceilingKey(K key) { return nm.ceilingKey(key); }2925 public K ceilingKey(K key)2926 { synchronized (mutex) { return nm.ceilingKey(key); } }4131 public K ceilingKey(K key) { return nm.ceilingKey(key); }
755 public K ceilingKey(K key) { in ceilingKey() method in TreeMap1142 public E ceiling(E e) { return m.ceilingKey(e); } in ceiling()1538 public final K ceilingKey(K key) { in ceilingKey() method in TreeMap.NavigableSubMap
366 return m.ceilingKey(e); in ceiling()
2178 public K ceilingKey(K key) { in ceilingKey() method in ConcurrentSkipListMap2370 public K ceiling(K e) { return m.ceilingKey(e); } in ceiling()2997 public K ceilingKey(K key) { in ceilingKey() method in ConcurrentSkipListMap.SubMap
53 @libcore.util.Nullable public K ceilingKey(@libcore.util.NullFromTypeParam K key); in ceilingKey() method
84 @libcore.util.Nullable public K ceilingKey(@libcore.util.NullFromTypeParam K key) { throw new Runti… in ceilingKey() method in TreeMap
512 Object e1 = q.ceilingKey(three);515 Object e2 = q.ceilingKey(zero);518 Object e3 = q.ceilingKey(five);521 Object e4 = q.ceilingKey(six);1080 assertEq(map.ceilingKey(key), rs.ceiling(key));
631 Object e1 = q.ceilingKey(three);634 Object e2 = q.ceilingKey(zero);637 Object e3 = q.ceilingKey(five);640 Object e4 = q.ceilingKey(six);1275 assertEq(map.ceilingKey(key), rs.ceiling(key));
489 Object e1 = q.ceilingKey(three);492 Object e2 = q.ceilingKey(zero);495 Object e3 = q.ceilingKey(five);498 Object e4 = q.ceilingKey(six);1057 assertEq(map.ceilingKey(key), rs.ceiling(key));
608 Object e1 = q.ceilingKey(three);611 Object e2 = q.ceilingKey(zero);614 Object e3 = q.ceilingKey(five);617 Object e4 = q.ceilingKey(six);1252 assertEq(map.ceilingKey(key), rs.ceiling(key));
1147 assertEquals(objArray[0].toString(), tm.ceilingKey(testint.toString())); in test_ceilingKey()1148 assertEquals(objArray[100].toString(), tm.ceilingKey(testint100 in test_ceilingKey()1152 assertEquals(testint.toString(), tm.ceilingKey(testint.toString())); in test_ceilingKey()1154 .ceilingKey(testint100.toString())); in test_ceilingKey()1156 tm.ceilingKey(testint100); in test_ceilingKey()1162 tm.ceilingKey(null); in test_ceilingKey()1168 assertNull(tm.ceilingKey(testint.toString())); in test_ceilingKey()