Package | Description |
---|---|
org.dromara.hutool.core.map.multi |
多参数类型的Map实现,包括集合类型值的MultiValueMap和Table
MultiValueMap:一个键对应多个值的集合的实现,类似于树的结构。 |
Modifier and Type | Class and Description |
---|---|
static class |
DirectedWeightGraph.Path<T>
路径
|
Modifier and Type | Method and Description |
---|---|
DirectedWeightGraph.Path<T> |
DirectedWeightGraph.Path.nextPoint(DirectedWeightGraph.Edge<T> edge)
生成下一跳
|
Constructor and Description |
---|
Path(DirectedWeightGraph.Edge<T> edge)
构造
|
Copyright © 2025. All rights reserved.