i
503504505506507508509510511512513
v.add(node.key); v.add(node.element); if (node.left != null) { if (node.right != null) { v.add(IntRBTArray.TWODTRS); addressStack.push(v.size()); v.add(-1); // Placeholder. nodeStack.push(node.right); } else { v.add(IntRBTArray.LEFTDTR); }