Package | Description |
---|---|
org.jgrapht |
The front-end API's interfaces and classes, including
Graph . |
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
org.jgrapht.alg.shortestpath |
Shortest-path related algorithms.
|
org.jgrapht.graph |
Implementations of various graphs.
|
org.jgrapht.util |
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
|
Class and Description |
---|
VertexToIntegerMapping
Helper class for building a one-to-one mapping for a collection of vertices to the integer range
$[0, n)$ where $n$ is the number of vertices in the collection.
|
Class and Description |
---|
WeightedUnmodifiableSet
Implementation of a weighted, unmodifiable set.
|
Class and Description |
---|
FibonacciHeap
This class implements a Fibonacci heap data structure.
|
FibonacciHeapNode
Implements a node of the Fibonacci heap.
|
Class and Description |
---|
WeightCombiner
Binary operator for edge weights.
|
Class and Description |
---|
FibonacciHeap
This class implements a Fibonacci heap data structure.
|
FibonacciHeapNode
Implements a node of the Fibonacci heap.
|
GenericFibonacciHeap
Deprecated.
In favor of using data structures from the jheaps library.
|
GenericFibonacciHeap.Node
Deprecated.
The Fibonacci heap node.
|
ModifiableInteger
The
ModifiableInteger class wraps a value of the primitive type int in
an object, similarly to Integer . |
PrefetchIterator.NextElementFunctor
A functor for the calculation of the next element.
|
WeightCombiner
Binary operator for edge weights.
|
Copyright © 2018. All rights reserved.