public class NodeAccessor extends java.lang.Object
static void
removeChild(Node parent, Node child)
setParent(Node node, Node parent)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static void setParent(@Nonnull Node node, @CheckForNull Node parent)
public static void removeChild(@Nonnull Node parent, @Nonnull Node child)