| Package | Description |
|---|---|
| com.google.common.collect |
This package contains generic collection interfaces and implementations, and other utilities for
working with collections.
|
| Modifier and Type | Method and Description |
|---|---|
private MinMaxPriorityQueue.MoveDesc<E> |
MinMaxPriorityQueue.fillHole(int index,
E toTrickle) |
(package private) MinMaxPriorityQueue.MoveDesc<E> |
MinMaxPriorityQueue.removeAt(int index)
Removes the element at position
index. |
(package private) MinMaxPriorityQueue.MoveDesc<E> |
MinMaxPriorityQueue.Heap.tryCrossOverAndBubbleUp(int removeIndex,
int vacated,
E toTrickle)
Tries to move
toTrickle from a min to a max level and bubble up there. |