Package org._3pq.jgrapht.util
Non-graph-specific data structures, algorithms, and utilities used by
JGraphT.
-
Class Summary Class Description FibonacciHeap This class implements a Fibonacci heap data structure.FibonacciHeap.Node Implements a node of the Fibonacci heap.ModifiableInteger TheModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
.