Uses of Package
io.openml.gearbox.binarytree
Packages that use io.openml.gearbox.binarytree
Package
Description
-
Classes in io.openml.gearbox.binarytree used by io.openml.gearbox.binarytreeClassDescriptionSerializes and deserializes a binary search tree.
ImmutableTreeNode
encapsulates the value, left tree reference, and right tree reference in an immutable state; it also represents a concrete 'Element', i.e.MutableTreeNode
saves the memory footprint ofTreeNode
and is suitable for the performance intensive application.TreeGraph
is a view on top of a binary tree and maps each tree node to its neighbors, including parent and left&right children.An interface representing a node in a binary tree.Represents the 'Element' participant in the Visitor pattern.Represents the 'Visitor' participant in the Visitor pattern. -
Classes in io.openml.gearbox.binarytree used by io.openml.gearbox.binarytree.pathvisitor
-
Classes in io.openml.gearbox.binarytree used by io.openml.gearbox.binarytree.traversal