Searched refs:findPredecessor (Results 1 – 1 of 1) sorted by relevance
465 private Node<K,V> findPredecessor(Object key, Comparator<? super K> cmp) { in findPredecessor() method in ConcurrentSkipListMap509 outer: while ((b = findPredecessor(key, cmp)) != null) { in findNode()681 findPredecessor(key, cmp); // clean in doPut()764 outer: while ((b = findPredecessor(key, cmp)) != null && in doRemove()872 findPredecessor(k, comparator); // clean index in doRemoveFirstEntry()990 findPredecessor(k, comparator); // clean index in doRemoveLastEntry()1019 if ((b = findPredecessor(key, cmp)) == null) { in findNear()