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