Interface Tree<N>

Type Parameters:
N - Node Type
All Superinterfaces:
SuccessorsFunction<N>
All Known Subinterfaces:
ImmutableTree<N>, ThingTree
All Known Implementing Classes:
ImmutableTreeBuilder

public interface Tree<N> extends SuccessorsFunction<N>
🌳 Tree.

Intended to be used e.g. with Traverser.forTree(SuccessorsFunction).

  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.google.common.graph.SuccessorsFunction

    successors
  • Method Details