Module org.jgrapht.core
Package org.jgrapht.alg.util
package org.jgrapht.alg.util
Utilities used by JGraphT algorithms.
-
ClassDescriptionThe alias method for sampling from a discrete probability distribution.Primitive but efficient implementation of a fixed size queue for integers.NeighborCache<V,
E> Maintains a cache of each vertex's neighbors.Pair<A,B> Generic pair.A double comparator with adjustable tolerance.Triple<A,B, C> Generic triple (3-tuple).UnionFind<T>An implementation of Union Find data structure.UnorderedPair<A,B> Generic unordered pair.Compares two vertices based on their degree.Deprecated, for removal: This API element is subject to removal in a future version.
VertexDegreeComparator.of(Graph)