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