Package | Description |
---|---|
components.binarytree |
BinaryTree data structure component family and their implementations. |
Class and Description |
---|
BinaryTree
Additional functionality upon the bare-bones functionality afforded by the
BinaryTreeKernel interface. |
BinaryTreeKernel
BinaryTree kernel component containing method headers and contracts
for all methods that will directly interact with the data representations of
all BinaryTree implementations. |
BinaryTreeNL
BinaryTree implemented as a recursive data structure, not layered on
any other components. |
BinaryTreeSecondary
Abstract class providing the implementation of all of the layered secondary
methods that were defined in the
BinaryTree interface, as well as the
implementation for equals , toString , and hashCode
methods. |