Package | Description |
---|---|
cn.hutool.core.map.multi |
多参数类型的Map实现,包括集合类型值的Map和Table
|
Modifier and Type | Class and Description |
---|---|
class |
AbsTable<R,C,V>
|
class |
RowKeyTable<R,C,V>
将行的键作为主键的
Table 实现此结构为: 行=(列=值) |
Modifier and Type | Method and Description |
---|---|
default void |
Table.putAll(Table<? extends R,? extends C,? extends V> table)
批量加入
|
Copyright © 2024. All rights reserved.