Searched defs:subFloor (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DTreeMap.java1495 abstract TreeMapEntry<K,V> subFloor(K key); method in class:TreeMap.NavigableSubMap
1551 return exportEntry(subFloor(key));
1555 return keyOrNull(subFloor(key));
1939 TreeMapEntry<K,V> subFloor(K key) { return absFloor(key); } method in class:TreeMap.AscendingSubMap
2032 TreeMapEntry<K,V> subFloor(K key) { return absCeiling(key); } method in class:TreeMap.DescendingSubMap

Completed in 11 milliseconds