↓ 15 callersMethodreplaceReplaces the old node, o, with the given new node, n, in this tree. @requires no n.(left + right + parent) @requires o = o.parent.left => n.key < o.pa
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/IntTree.java:218