Uses of Class
cloud.opencode.base.collections.HashSetMultimap
Packages that use HashSetMultimap
-
Uses of HashSetMultimap in cloud.opencode.base.collections
Methods in cloud.opencode.base.collections that return HashSetMultimapModifier and TypeMethodDescriptionstatic <K,V> HashSetMultimap <K, V> HashSetMultimap.create()Create an empty HashSetMultimap.static <K,V> HashSetMultimap <K, V> HashSetMultimap.create(int expectedKeys, int expectedValuesPerKey) Create an empty HashSetMultimap with expected sizes.static <K,V> HashSetMultimap <K, V> Create a HashSetMultimap from an existing multimap.