Uses of Class
cloud.opencode.base.collections.specialized.MinMaxPriorityQueue
Packages that use MinMaxPriorityQueue
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of MinMaxPriorityQueue in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return MinMaxPriorityQueueModifier and TypeMethodDescriptionMinMaxPriorityQueue.Builder.create()Create the MinMaxPriorityQueue.final MinMaxPriorityQueue<E> Create the MinMaxPriorityQueue with initial elements.Create the MinMaxPriorityQueue from collection.static <E extends Comparable<? super E>>
MinMaxPriorityQueue<E> MinMaxPriorityQueue.create()Create an unbounded MinMaxPriorityQueue using natural ordering.static <E extends Comparable<? super E>>
MinMaxPriorityQueue<E> MinMaxPriorityQueue.create(Collection<? extends E> collection) Create an unbounded MinMaxPriorityQueue from collection.