Searched defs:subFloor (Results 1 – 1 of 1) sorted by relevance
1495 abstract TreeMapEntry<K,V> subFloor(K key); in subFloor() method in TreeMap.NavigableSubMap1939 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