You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stephen Colebourne <st...@hotmail.com> on 2002/06/08 19:06:06 UTC

[Collections][SUBMIT] TreeNode and friends

Hi,
I have completed the updates proposed in the last discussion on trees. The
tree node code now contains:
TreeNode - a simple list based tree node interface
ArrayTreeNode - an implementation based on ArrayList
TreeUtils - a group of useful utilities for managing trees
TestArrayTreeNode - a test class

Re, previous discussion:
TreeIterator has been removed, but the functionality remains.
The iterator now does not restrict iteration only to depth first ordering.
Clone has been removed, but a copy constructor added instead.

Source code:
www.scolebourne.eurobell.co.uk/TreeNode2.zip

Stephen

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>