Uses of Package
org.jgrapht.util
-
Packages that use org.jgrapht.util Package Description org.jgrapht.alg Algorithms provided with JGraphT.org.jgrapht.alg.shortestpath Shortest-path related algorithms.org.jgrapht.alg.spanning Spanning tree and spanner algorithms.org.jgrapht.graph Implementations of various graphs.org.jgrapht.graph.specifics Implementations of specifics for various graph types.org.jgrapht.traverse Graph traversal means.org.jgrapht.util Non-graph-specific data structures, algorithms, and utilities used by JGraphT. -
Classes in org.jgrapht.util used by org.jgrapht.alg Class Description FibonacciHeap This class implements a Fibonacci heap data structure.FibonacciHeapNode Implements a node of the Fibonacci heap.ModifiableInteger TheModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
. -
Classes in org.jgrapht.util used by org.jgrapht.alg.shortestpath Class Description FibonacciHeap This class implements a Fibonacci heap data structure.FibonacciHeapNode Implements a node of the Fibonacci heap. -
Classes in org.jgrapht.util used by org.jgrapht.alg.spanning Class Description FibonacciHeap This class implements a Fibonacci heap data structure.FibonacciHeapNode Implements a node of the Fibonacci heap. -
Classes in org.jgrapht.util used by org.jgrapht.graph Class Description WeightCombiner Binary operator for edge weights. -
Classes in org.jgrapht.util used by org.jgrapht.graph.specifics Class Description ArrayUnenforcedSet Helper for efficiently representing small sets whose elements are known to be unique by construction, implying we don't need to enforce the uniqueness property in the data structure itself. -
Classes in org.jgrapht.util used by org.jgrapht.traverse Class Description FibonacciHeap This class implements a Fibonacci heap data structure.FibonacciHeapNode Implements a node of the Fibonacci heap.ModifiableInteger TheModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
.TypeUtil TypeUtil isolates type-unsafety so that code which uses it for legitimate reasons can stay warning-free. -
Classes in org.jgrapht.util used by org.jgrapht.util Class Description FibonacciHeap This class implements a Fibonacci heap data structure.FibonacciHeapNode Implements a node of the Fibonacci heap.ModifiableInteger TheModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
.PrefetchIterator.NextElementFunctor A functor for the calculation of the next element.TypeUtil TypeUtil isolates type-unsafety so that code which uses it for legitimate reasons can stay warning-free.VertexPair Deprecated.in favor ofPair
WeightCombiner Binary operator for edge weights.