Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java2685 Map.Entry<K,V> highestEntry() { in highestEntry() method in ConcurrentSkipListMap.SubMap
2741 return ((rel & LT) != 0) ? highestEntry() : null; in getNearEntry()
3005 return isDescending ? highestEntry() : lowestEntry(); in firstEntry()
3009 return isDescending ? lowestEntry() : highestEntry(); in lastEntry()