Uses of Class
cloud.opencode.base.collections.specialized.LinkedHashMultimap
Packages that use LinkedHashMultimap
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of LinkedHashMultimap in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return LinkedHashMultimapModifier and TypeMethodDescriptionstatic <K,V> LinkedHashMultimap <K, V> LinkedHashMultimap.create()Create a new empty LinkedHashMultimap.static <K,V> LinkedHashMultimap <K, V> LinkedHashMultimap.create(int expectedKeys) Create a new LinkedHashMultimap with expected key count.