Searched refs:subFloor (Results 1 – 1 of 1) sorted by relevance
1809 abstract TreeMapEntry<K,V> subFloor(K key); in subFloor() method in TreeMap.NavigableSubMap1901 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.AscendingSubMap2383 TreeMapEntry<K,V> subFloor(K key) { return absCeiling(key); } in subFloor() method in TreeMap.DescendingSubMap