- All Known Implementing Classes:
TreeCopy
public interface Tree<E>
An abstract structure for trees. Each tree may have multiple roots.
- Author:
- AO Industries, Inc.
-
Method Summary
-
Method Details
-
getRootNodes
Gets the list of root nodes. Each root node should have anull
parent. If there are no roots, should return an empty list, not null.- Throws:
IOException
SQLException
-