Searched refs:subFloor (Results 1 – 1 of 1) sorted by relevance
1495 abstract TreeMapEntry<K,V> subFloor(K key); in subFloor() method in TreeMap.NavigableSubMap1551 return exportEntry(subFloor(key)); in floorEntry()1555 return keyOrNull(subFloor(key)); in floorKey()1939 TreeMapEntry<K,V> subFloor(K key) { return absFloor(key); } in subFloor() method in TreeMap.AscendingSubMap2032 TreeMapEntry<K,V> subFloor(K key) { return absCeiling(key); } in subFloor() method in TreeMap.DescendingSubMap