Searched refs:getLastEntry (Results 1 – 1 of 1) sorted by relevance
310 return key(getLastEntry()); in lastKey()980 return exportEntry(getLastEntry()); in lastEntry()998 TreeMapEntry<K,V> p = getLastEntry(); in pollLastEntry()1425 return new DescendingKeyIterator(getLastEntry()); in descendingKeyIterator()1754 (toEnd ? m.getLastEntry() : in absHighest()2521 final TreeMapEntry<K,V> getLastEntry() { in getLastEntry() method in TreeMap3077 current = (s == -1) ? t.getFirstEntry() : t.getLastEntry(); in getEstimate()