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

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

Completed in 11 milliseconds