Package com.iohao.net.common.kit.collect
package com.iohao.net.common.kit.collect
Utility tools - Provides thread-safe multi-collection structures MultiMap, ListMultiMap, and SetMultiMap.
- Author:
- 渔民小镇
- date:
- 2024-06-04
-
InterfacesClassDescriptionListMultiMap<K,
V> A thread-safe multimap that associates each key with aListof values, allowing duplicates.SetMultiMap<K,V> A thread-safe multimap that associates each key with aSetof values, ensuring uniqueness.