Uses of Class
org.miaixz.bus.core.center.map.multi.AbstractCollValueMap
Packages that use AbstractCollValueMap
Package
Description
多参数类型的Map实现,包括集合类型值的MultiValueMap和Table
MultiValueMap:一个键对应多个值的集合的实现,类似于树的结构。
-
Uses of AbstractCollValueMap in org.miaixz.bus.core.center.map.multi
Subclasses of AbstractCollValueMap in org.miaixz.bus.core.center.map.multiModifier and TypeClassDescriptionclassCollectionValueMap<K,V> classGraph<T>支持处理无向图结构的Map,本质上是基于SetValueMap实现的邻接表classListValueMap<K,V> 值作为集合List的Map实现,通过调用putValue可以在相同key时加入多个值,多个值用集合表示classSetValueMap<K,V> 值作为集合Set(LinkedHashSet)的Map实现,通过调用putValue可以在相同key时加入多个值,多个值用集合表示