jdsl
Interface BinaryTreeBased


public abstract interface BinaryTreeBased

interface BinaryTreeBased

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


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

Method Detail

getBinaryTree

public BinaryTree 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