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
  • Interfaces
    Class
    Description
    A thread-safe multimap that associates each key with a List of values, allowing duplicates.
    A thread-safe multimap that associates each key with a Set of values, ensuring uniqueness.