Home
last modified time | relevance | path

Searched refs:subHighest (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java1492 abstract TreeMapEntry<K,V> subHighest(); in subHighest() method in TreeMap.NavigableSubMap
1571 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.AscendingSubMap
2029 TreeMapEntry<K,V> subHighest() { return absLowest(); } in subHighest() method in TreeMap.DescendingSubMap