All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jdsl.core.api.BinaryTreeBased

public interface BinaryTreeBased
interface BinaryTreeBased

Containers that extend BinaryTreeBased interface are based on a binary tree and use an InspectableBinaryTree internally.


Method Index

 o getBinaryTree()
Returns the binary tree underlying the data structure.

Methods

 o 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