Searched refs:getLastEntry (Results 1 – 1 of 1) sorted by relevance
298 return key(getLastEntry()); in lastKey()668 return exportEntry(getLastEntry()); in lastEntry()686 TreeMapEntry<K,V> p = getLastEntry(); in pollLastEntry()1115 return new DescendingKeyIterator(getLastEntry()); in descendingKeyIterator()1440 (toEnd ? m.getLastEntry() : in absHighest()2167 final TreeMapEntry<K,V> getLastEntry() { in getLastEntry() method in TreeMap2724 current = (s == -1) ? t.getFirstEntry() : t.getLastEntry(); in getEstimate()