Two Laptop Bag
The moose likes Java in General and the fly likes Does java have a class that has a tree data structure? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

Does java have a class that has a tree data structure?

Jon Bud
Greenhorn

Joined: Jan 29, 2009
Posts: 12
What is the import statement class. How does one declare it with the constructors ect. This tree should not be binary. It should be able to have multiple nodes for each parent. Its going to be for a parse tree to recognize strings, like 2*2+2
Steve Luke
Bartender

Joined: Jan 28, 2003
Posts: 3090
    
    5

This is a Crosspost.

Please don't crosspost. Pick one forum and stay with it.


Steve
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Does java have a class that has a tree data structure?
 
Similar Threads
Doubt about sub-super class relationship
Dynamic tree component
base class and derived class
Making binary tree: memory problem
Regarding Serializable