Package | Description |
---|---|
com.badlogic.gdx.utils |
Modifier and Type | Class and Description |
---|---|
class |
BinaryHeap<T extends BinaryHeap.Node>
A binary heap that stores nodes which each have a float value and are sorted either lowest first or highest first.
|