Is there any standard Java library class to represent a tree in Java?
Specifically I need to represent the following:
I wrote a little library that handles generic trees. It's much more lightweight than the swing stuff. I also have a maven project for it.