Searched defs:highestKey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java2603 private K highestKey() { method in class:ConcurrentSkipListMap.SubMap
2936 return isDescending ? highestKey() : lowestKey();
2940 return isDescending ? lowestKey() : highestKey();

Completed in 64 milliseconds