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

I

isBalanced() - Method in class net.junaraki.libtree.AbstractTree
Returns true if this tree is balanced.
isBalanced() - Method in interface net.junaraki.libtree.Tree
Returns true if this tree is balanced.
isFirstChild(OrderedTree<E>) - Method in class net.junaraki.libtree.OrderedTree
Returns true if the first child of this node is the given node.
isLabeled() - Method in class net.junaraki.libtree.AbstractTree
Returns true if this node is labeled.
isLabeled() - Method in interface net.junaraki.libtree.Tree
Returns true if this node is labeled.
isLabeledTree(Set<E>) - Method in class net.junaraki.libtree.AbstractTree
Returns true if this tree is a labeled tree.
isLabeledTree(Set<E>) - Method in interface net.junaraki.libtree.Tree
Returns true if this tree is a labeled tree.
isLastChild(OrderedTree<E>) - Method in class net.junaraki.libtree.OrderedTree
Returns true if the last child of this node is the given node.
isLeaf() - Method in class net.junaraki.libtree.AbstractTree
Returns true if this node is a leaf.
isLeaf() - Method in interface net.junaraki.libtree.Tree
Returns true if this node is a leaf.
isRoot() - Method in class net.junaraki.libtree.AbstractTree
Returns true if this node is the root.
isRoot() - Method in interface net.junaraki.libtree.Tree
Returns true if this node is the root.
iterator() - Method in class net.junaraki.libtree.AbstractTree
Returns the iterator of this tree.
A B D E F G H I N O P R S T U Y 
Skip navigation links