Uses of Class
cloud.opencode.base.collections.specialized.TreeMultiset
Packages that use TreeMultiset
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of TreeMultiset in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return TreeMultisetModifier and TypeMethodDescriptionstatic <E extends Comparable<? super E>>
TreeMultiset<E> TreeMultiset.create()Create an empty TreeMultiset with natural ordering.static <E extends Comparable<? super E>>
TreeMultiset<E> Create a TreeMultiset from elements with natural ordering.static <E> TreeMultiset<E> TreeMultiset.create(Comparator<? super E> comparator) Create an empty TreeMultiset with custom comparator.