Uses of Interface
cloud.opencode.base.collections.Multiset
Packages that use Multiset
Package
Description
Immutable Collections Package
不可变集合包
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of Multiset in cloud.opencode.base.collections
Classes in cloud.opencode.base.collections that implement MultisetModifier and TypeClassDescriptionclassHashMultiset<E>HashMultiset - Hash-based Multiset Implementation HashMultiset - 基于哈希的多重集实现Methods in cloud.opencode.base.collections that return MultisetModifier and TypeMethodDescriptionAbstractMultimap.keys()Multimap.keys()Return a multiset view of the keys (includes duplicates by value count).Methods in cloud.opencode.base.collections that return types with arguments of type Multiset -
Uses of Multiset in cloud.opencode.base.collections.immutable
Methods in cloud.opencode.base.collections.immutable that return Multiset -
Uses of Multiset in cloud.opencode.base.collections.specialized
Subinterfaces of Multiset in cloud.opencode.base.collections.specializedModifier and TypeInterfaceDescriptioninterfaceNavigableMultiset - Navigable Multiset Interface NavigableMultiset - 可导航多重集合接口Classes in cloud.opencode.base.collections.specialized that implement MultisetModifier and TypeClassDescriptionclassAbstractMultiset - Abstract Multiset Base Class AbstractMultiset - 抽象多重集合基类final classConcurrentHashMultiset - Thread-safe Multiset Implementation ConcurrentHashMultiset - 线程安全的多重集合实现final classLinkedHashMultiset - Linked Hash Multiset Implementation LinkedHashMultiset - 链式哈希多重集合实现final classTreeMultiset<E>TreeMultiset - Tree-based Multiset Implementation TreeMultiset - 基于树的多重集合实现