See: Description
Class | Description |
---|---|
FibonacciHeap |
This class implements a Fibonacci heap data structure.
|
FibonacciHeap.Node |
Implements a node of the Fibonacci heap.
|
ModifiableInteger |
The
ModifiableInteger class wraps a value of the primitive type
int in an object, similarly to Integer . |