Home
last modified time | relevance | path

Searched refs:subFloor (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1809 abstract TreeMapEntry<K,V> subFloor(K key); in subFloor() method in TreeMap.NavigableSubMap
1901 return exportEntry(subFloor(key)); in floorEntry()
1905 return keyOrNull(subFloor(key)); in floorKey()
2288 TreeMapEntry<K,V> subFloor(K key) { return absFloor(key); } in subFloor() method in TreeMap.AscendingSubMap
2383 TreeMapEntry<K,V> subFloor(K key) { return absCeiling(key); } in subFloor() method in TreeMap.DescendingSubMap