Uses of Interface
com.iohao.net.common.kit.collect.ListMultiMap
Packages that use ListMultiMap
Package
Description
Utility tools - Provides thread-safe multi-collection structures MultiMap, ListMultiMap, and SetMultiMap.
-
Uses of ListMultiMap in com.iohao.net.common.kit.collect
Methods in com.iohao.net.common.kit.collect that return ListMultiMapModifier and TypeMethodDescriptionstatic <K,V> ListMultiMap <K, V> ListMultiMap.create()Create a ListMultiMap (framework internal implementation).static <K,V> ListMultiMap <K, V> ListMultiMap.of()Create a ListMultiMap (framework internal implementation)