Searched defs:subHighest (Results 1 – 1 of 1) sorted by relevance
1492 abstract TreeMapEntry<K,V> subHighest(); in subHighest() method in TreeMap.NavigableSubMap1936 TreeMapEntry<K,V> subHighest() { return absHighest(); } in subHighest() method in TreeMap.AscendingSubMap2029 TreeMapEntry<K,V> subHighest() { return absLowest(); } in subHighest() method in TreeMap.DescendingSubMap