Searched refs:leftOf (Results 1 – 1 of 1) sorted by relevance
2596 private static <K,V> TreeMapEntry<K,V> leftOf(TreeMapEntry<K,V> p) { in leftOf() method in TreeMap2645 if (parentOf(x) == leftOf(parentOf(parentOf(x)))) { in fixAfterInsertion()2662 TreeMapEntry<K,V> y = leftOf(parentOf(parentOf(x))); in fixAfterInsertion()2669 if (x == leftOf(parentOf(x))) { in fixAfterInsertion()2736 if (x == leftOf(parentOf(x))) { in fixAfterDeletion()2746 if (colorOf(leftOf(sib)) == BLACK && in fixAfterDeletion()2752 setColor(leftOf(sib), BLACK); in fixAfterDeletion()2764 TreeMapEntry<K,V> sib = leftOf(parentOf(x)); in fixAfterDeletion()2770 sib = leftOf(parentOf(x)); in fixAfterDeletion()2774 colorOf(leftOf(sib)) == BLACK) { in fixAfterDeletion()[all …]