jdsl.core.api
Interface BinaryTreeBased


public abstract interface BinaryTreeBased

Package ContainerInterfaces
interface BinaryTreeBased

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

Author:
Mark Handy

Method Summary
 InspectableBinaryTree getBinaryTree()
          Returns the binary tree underlying the data structure.
 

Method Detail

getBinaryTree

public 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