请参阅: 说明
| 接口 | 说明 |
|---|---|
| BaseGraph |
a read-only graph interface
|
| Graph |
An abstract graph that support more operations compared to
BaseGraph |
| 类 | 说明 |
|---|---|
| DirectedGraph |
A directed graph in which the edges is store in a HashMap.
|
| EntityGraph<E> |
Entity graph here is a graph whose vertices are Java objects.
|
| Graphs | |
| ShortestPath | |
| UndirectedGraph |
A undirected graph in which the edges is store in a HashMap.
|
Graphs.connectedComponents(BaseGraph),
obtaining shortest pathsShortestPath.Copyright © 2019. All rights reserved.