E - the graph edge typepublic interface SpanningTreeAlgorithm<E>
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | SpanningTreeAlgorithm.SpanningTree<E>A spanning tree. | 
| static class  | SpanningTreeAlgorithm.SpanningTreeImpl<E>Default implementation of the spanning tree interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| SpanningTreeAlgorithm.SpanningTree<E> | getSpanningTree()Computes a spanning tree. | 
SpanningTreeAlgorithm.SpanningTree<E> getSpanningTree()
Copyright © 2018. All rights reserved.