Uses of Package
org.jgrapht.util
-
Packages that use org.jgrapht.util Package Description org.jgrapht The front-end API's interfaces and classes, includingGraph
.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. -
Classes in org.jgrapht.util used by org.jgrapht Class 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. -
Classes in org.jgrapht.util used by org.jgrapht.alg.interfaces Class Description WeightedUnmodifiableSet Implementation of a weighted, unmodifiable set. -
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.util Class Description DoublyLinkedList DoublyLinkedList
implements a doubly linkedList
data structure, that exposes itsListNodes
where the data is stored in.DoublyLinkedList.ListNode Container for the elements stored in aDoublyLinkedList
.DoublyLinkedList.ListNodeIterator DoublyLinkedList.NodeIterator 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.WeightCombiner Binary operator for edge weights.