Uses of Class
io.crums.util.mrkl.Node
Packages that use Node
-
Uses of Node in io.crums.util.mrkl
Methods in io.crums.util.mrkl that return NodeModifier and TypeMethodDescriptionNode.getLeaf(int index) Returns the leaf node at the givenindex.Node.getRoot()Returns the root of the tree.Node.leftChild()Returns this node's left child, ornullif this node is a leaf.Node.parent()Returns this node's parent, ornullif this node is root.Node.rightChild()Returns this node's right child, ornullif this node is a leaf.final NodeTree.root()Returns the root node of the tree.Node.sibling()Returns the sibling that makes this node's parent, ornullif this node is root.Methods in io.crums.util.mrkl that return types with arguments of type Node