Class SetInMap<K,V>

All Implemented Interfaces:
Serializable, Cloneable, Map<K,Set<V>>

public class SetInMap<K,V> extends AbstractCollectionInMap<K,V,Set<V>>
Map里有集合结构
Author:
qiushui on 2020-08-13.
See Also:
  • Constructor Details

    • SetInMap

      public SetInMap()
    • SetInMap

      public SetInMap(Supplier<Set<V>> supplier)