Uses of Interface
org.parboiled.trees.BinaryTreeNode
-
Packages that use BinaryTreeNode Package Description org.parboiled.trees -
-
Uses of BinaryTreeNode in org.parboiled.trees
Classes in org.parboiled.trees with type parameters of type BinaryTreeNode Modifier and Type Interface Description interfaceBinaryTreeNode<T extends BinaryTreeNode<T>>ATreeNodespecialization with only two child nodes, left and right.classImmutableBinaryTreeNode<T extends BinaryTreeNode<T>>A simple immutable implementation of theBinaryTreeNodeinterface.Subinterfaces of BinaryTreeNode in org.parboiled.trees Modifier and Type Interface Description interfaceMutableBinaryTreeNode<T extends MutableBinaryTreeNode<T>>AMutableTreeNodespecialization also satisfying theBinaryTreeNodeinterface and providing mutability methods.Classes in org.parboiled.trees that implement BinaryTreeNode Modifier and Type Class Description classImmutableBinaryTreeNode<T extends BinaryTreeNode<T>>A simple immutable implementation of theBinaryTreeNodeinterface.classMutableBinaryTreeNodeImpl<T extends MutableBinaryTreeNode<T>>A simpleMutableBinaryTreeNodeimplementation based on theMutableTreeNodeImpl.
-