Skip navigation links
A B D E F G H I N O P R S T U Y 

N

net.junaraki.libtree - package net.junaraki.libtree
Provides an interface and classes for the tree data structure.
numChildren() - Method in class net.junaraki.libtree.BinaryTree
Returns the number of children of this node.
numChildren() - Method in class net.junaraki.libtree.OrderedTree
Returns the number of children of this node.
numChildren() - Method in interface net.junaraki.libtree.Tree
Returns the number of children of this node.
numChildren() - Method in class net.junaraki.libtree.UnorderedTree
Returns the number of children of this node.
numLeaves() - Method in class net.junaraki.libtree.AbstractTree
Returns the number of leaves of this tree.
numLeaves() - Method in interface net.junaraki.libtree.Tree
Returns the number of leaves in this tree.
numSiblings() - Method in class net.junaraki.libtree.OrderedTree
Returns the number of siblings of this node.
numSiblings() - Method in interface net.junaraki.libtree.Tree
Returns the number of siblings of this node.
numSiblings() - Method in class net.junaraki.libtree.UnorderedTree
Returns the number of siblings of this node.
A B D E F G H I N O P R S T U Y 
Skip navigation links