Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DTreeMap.java2596 private static <K,V> TreeMapEntry<K,V> leftOf(TreeMapEntry<K,V> p) { in leftOf() method in TreeMap
2645 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 …]