Searched refs:subHighest (Results 1 – 1 of 1) sorted by relevance
1492 abstract TreeMapEntry<K,V> subHighest(); in subHighest() method in TreeMap.NavigableSubMap1571 return key(subHighest()); in lastKey()1579 return exportEntry(subHighest()); in lastEntry()1591 TreeMapEntry<K,V> e = subHighest(); in pollLastEntry()1936 TreeMapEntry<K,V> subHighest() { return absHighest(); } in subHighest() method in TreeMap.AscendingSubMap2029 TreeMapEntry<K,V> subHighest() { return absLowest(); } in subHighest() method in TreeMap.DescendingSubMap