Searched refs:isBeforeEnd (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListMap.java2549 private boolean isBeforeEnd(ConcurrentSkipListMap.Node<K,V> n) { method in class:ConcurrentSkipListMap.SubMap
2594 if (isBeforeEnd(n))
2616 if (!isBeforeEnd(n))
2699 if (isBeforeEnd(n))
2753 isBeforeEnd(n);
2762 return !isBeforeEnd(loNode());
2769 isBeforeEnd(n);
2780 isBeforeEnd(n);

Completed in 343 milliseconds