Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1493 abstract TreeMapEntry<K,V> subCeiling(K key); in subCeiling() method in TreeMap.NavigableSubMap
1937 TreeMapEntry<K,V> subCeiling(K key) { return absCeiling(key); } in subCeiling() method in TreeMap.AscendingSubMap
2030 TreeMapEntry<K,V> subCeiling(K key) { return absFloor(key); } in subCeiling() method in TreeMap.DescendingSubMap