Uses of Class
org.jgrapht.alg.util.Pair

Packages that use Pair 
Package Description
org.jgrapht.alg.cycle
Algorithms related to graph cycles.
org.jgrapht.alg.densesubgraph
Algorithms for computing maximum density subgraphs.
org.jgrapht.alg.drawing
Graph Drawing.
org.jgrapht.alg.drawing.model
Graph Drawing Basic Types and Models.
org.jgrapht.alg.interfaces
Algorithm related interfaces.
org.jgrapht.alg.lca
Algorithms for computing lowest common ancestors in graphs.
org.jgrapht.alg.linkprediction
Algorithms for link prediction
org.jgrapht.alg.shortestpath
Shortest-path related algorithms.
org.jgrapht.alg.util
Utilities used by JGraphT algorithms.
org.jgrapht.graph.specifics
Implementations of specifics for various graph types.
org.jgrapht.nio
Importers/Exporters for various graph formats.
org.jgrapht.opt.graph.sparse
Specialized graph implementations using sparse matrix representations.
org.jgrapht.sux4j
Immutable graphs stored using Sux4J's quasi-succinct data structures.