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