Uses of Interface
org.parboiled.trees.BinaryTreeNode
Packages that use BinaryTreeNode
-
Uses of BinaryTreeNode in org.parboiled.trees
Classes in org.parboiled.trees with type parameters of type BinaryTreeNodeModifier and TypeInterfaceDescriptioninterface
BinaryTreeNode<T extends BinaryTreeNode<T>>
ATreeNode
specialization with only two child nodes, left and right.class
ImmutableBinaryTreeNode<T extends BinaryTreeNode<T>>
A simple immutable implementation of theBinaryTreeNode
interface.Subinterfaces of BinaryTreeNode in org.parboiled.treesModifier and TypeInterfaceDescriptioninterface
MutableBinaryTreeNode<T extends MutableBinaryTreeNode<T>>
AMutableTreeNode
specialization also satisfying theBinaryTreeNode
interface and providing mutability methods.Classes in org.parboiled.trees that implement BinaryTreeNodeModifier and TypeClassDescriptionclass
ImmutableBinaryTreeNode<T extends BinaryTreeNode<T>>
A simple immutable implementation of theBinaryTreeNode
interface.class
MutableBinaryTreeNodeImpl<T extends MutableBinaryTreeNode<T>>
A simpleMutableBinaryTreeNode
implementation based on theMutableTreeNodeImpl
.