| Class | AdderTree |
| In: |
lib/javaclass/adder_tree.rb
|
| Parent: | AdderTreeNode |
The root node of the adder tree. The "adder tree" is a simple add-only tree. Once the tree is build it can‘t be changed. Only new elements can be added. The tree‘s main functionality is defined in AdderTreeNode.
| Author: | Peter Kofler |