Interface Tree<E>

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

    Modifier and Type
    Method
    Description
    Gets the list of root nodes.