Class ListInMap<K,V>

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

public class ListInMap<K,V> extends AbstractCollectionInMap<K,V,List<V>>
Map里有列表结构
Author:
qiushui on 2020-08-13.
See Also:
  • Constructor Details

    • ListInMap

      public ListInMap()
    • ListInMap

      public ListInMap(Supplier<List<V>> supplier)