Package | Description |
---|---|
org.jgrapht |
The front-end API's interfaces and classes, including
Graph . |
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
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 |
---|
WeightCombiner
Binary operator for edge weights.
|
Class and Description |
---|
FibonacciHeap
Deprecated.
Use heaps from jheaps dependency
|
FibonacciHeapNode
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 . |
PrefetchIterator.NextElementFunctor
A functor for the calculation of the next element.
|
WeightCombiner
Binary operator for edge weights.
|
Copyright © 2019. All rights reserved.