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