All Packages Class Hierarchy This Package Previous Next Index
Interface jdsl.core.api.BinaryTreeBased
- public interface BinaryTreeBased
Package ContainerInterfaces
interface BinaryTreeBased
Containers that extend BinaryTreeBased interface are based on a
binary tree and use an InspectableBinaryTree internally.
- Version:
- Mon Aug 11 14:57:22 EDT 1997
- Author:
- Mark Handy
-
getBinaryTree()
-
Returns the binary tree underlying the data structure.
getBinaryTree
public abstract InspectableBinaryTree getBinaryTree()
- Returns the binary tree underlying the data structure.
Used by the support
code for visualization purposes.
- Returns:
- The binary tree underlying the data structure
All Packages Class Hierarchy This Package Previous Next Index