Package | Description |
---|---|
org.dromara.hutool.core.map.multi |
多参数类型的Map实现,包括集合类型值的MultiValueMap和Table
MultiValueMap:一个键对应多个值的集合的实现,类似于树的结构。 |
Modifier and Type | Method and Description |
---|---|
Set<Table.Cell<R,C,V>> |
Table.cellSet()
所有单元格集合
|
Set<Table.Cell<R,C,V>> |
AbsTable.cellSet() |
Iterator<Table.Cell<R,C,V>> |
AbsTable.iterator() |
Copyright © 2025. All rights reserved.