Searched refs:absFloor (Results 1 – 1 of 1) sorted by relevance
1460 final TreeMapEntry<K,V> absFloor(K key) { in absFloor() method in TreeMap.NavigableSubMap1939 TreeMapEntry<K,V> subFloor(K key) { return absFloor(key); } in subFloor()2030 TreeMapEntry<K,V> subCeiling(K key) { return absFloor(key); } in subCeiling()