Uses of Class
cloud.opencode.base.collections.specialized.LinkedHashMultiset
Packages that use LinkedHashMultiset
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of LinkedHashMultiset in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return LinkedHashMultisetModifier and TypeMethodDescriptionstatic <E> LinkedHashMultiset<E> LinkedHashMultiset.create()Create an empty LinkedHashMultiset.static <E> LinkedHashMultiset<E> LinkedHashMultiset.create(int expectedDistinctElements) Create a LinkedHashMultiset with expected size.static <E> LinkedHashMultiset<E> Create a LinkedHashMultiset from elements.