Uses of Class
com.google.common.collect.MinMaxPriorityQueue.MoveDesc
-
Packages that use MinMaxPriorityQueue.MoveDesc Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of MinMaxPriorityQueue.MoveDesc in com.google.common.collect
Methods in com.google.common.collect that return MinMaxPriorityQueue.MoveDesc Modifier and Type Method Description private MinMaxPriorityQueue.MoveDesc<E>
MinMaxPriorityQueue. fillHole(int index, E toTrickle)
(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 movetoTrickle
from a min to a max level and bubble up there.
-