Uses of Class
com.google.common.collect.MinMaxPriorityQueue.MoveDesc
Packages that use MinMaxPriorityQueue.MoveDesc
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of MinMaxPriorityQueue.MoveDesc in com.google.common.collect
Methods in com.google.common.collect that return MinMaxPriorityQueue.MoveDescModifier and TypeMethodDescriptionprivate MinMaxPriorityQueue.MoveDesc<E>(package private) MinMaxPriorityQueue.MoveDesc<E>MinMaxPriorityQueue.removeAt(int index) Removes the element at positionindex.(package private) MinMaxPriorityQueue.MoveDesc<E>MinMaxPriorityQueue.Heap.tryCrossOverAndBubbleUp(int removeIndex, int vacated, E toTrickle) Tries to movetoTricklefrom a min to a max level and bubble up there.