| Package | Description |
|---|---|
| org.dromara.hutool.core.map.multi |
多参数类型的Map实现,包括集合类型值的MultiValueMap和Table
MultiValueMap:一个键对应多个值的集合的实现,类似于树的结构。 |
| Modifier and Type | Method and Description |
|---|---|
DirectedWeightGraph.Path<T> |
DirectedWeightGraph.Path.nextPoint(DirectedWeightGraph.Edge<T> edge)
生成下一跳
|
| Modifier and Type | Method and Description |
|---|---|
Map<T,DirectedWeightGraph.Path<T>> |
DirectedWeightGraph.bestPathMap(T startPoint)
计算 从 startPoint 到 所有点 最短路径
基于 SPFA 算法实现
|
Copyright © 2025. All rights reserved.