Uses of Interface
cloud.opencode.base.collections.specialized.SetMultimap
Packages that use SetMultimap
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of SetMultimap in cloud.opencode.base.collections.specialized
Subinterfaces of SetMultimap in cloud.opencode.base.collections.specializedModifier and TypeInterfaceDescriptioninterfaceSortedSetMultimap<K,V> SortedSetMultimap - Multimap with Sorted Set Values SortedSetMultimap - 具有排序集合值的多重映射Classes in cloud.opencode.base.collections.specialized that implement SetMultimapModifier and TypeClassDescriptionclassTreeSetMultimap<K,V> TreeSetMultimap - SortedSetMultimap Implementation using TreeSet TreeSetMultimap - 使用 TreeSet 的 SortedSetMultimap 实现Methods in cloud.opencode.base.collections.specialized that return SetMultimapModifier and TypeMethodDescription<K,V> SetMultimap <K, V> MultimapBuilder.SetMultimapBuilder.build()Build the set multimap.