Java Tree Implementations
Craig Taylor <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
Why is there no common tree interface / api within the java.util or apache collections framework? I see items such as TreeMap and TreeBag but they don't appear to implement any tree operations - merely they provide details on how their underlying implementation is implemented. I'm in need of a tree library that I could define my own grouping & equality comparator's, in addition to needing the basic traversal over nodes, getting all sub-nodes etc. I would think trees are used often enough to warrent inclusion in one of the base libraries. -- ------------------------------------------- Craig Taylor _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org