Uses of Package
org.jgrapht.util
Packages that use org.jgrapht.util
Package
Description
The front-end API's interfaces and classes, including
Graph
.Algorithms dealing with various connectivity aspects of a graph.
Algorithm related interfaces.
Algorithms for testing planarity of the graphs
Utilities used by JGraphT algorithms.
Implementations of various graphs.
Graph traversal means.
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Classes in org.jgrapht.util used by org.jgraphtClassDescriptionHelper 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.connectivityClassDescriptionImplementation of the AVL tree data structure.Container holding the values stored in the tree.Container for the elements stored in a
DoublyLinkedList
. -
Classes in org.jgrapht.util used by org.jgrapht.alg.interfaces
-
Classes in org.jgrapht.util used by org.jgrapht.alg.planar
-
Classes in org.jgrapht.util used by org.jgrapht.alg.utilClassDescriptionThe
ModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
. -
Classes in org.jgrapht.util used by org.jgrapht.graph
-
Classes in org.jgrapht.util used by org.jgrapht.traverseClassDescriptionThe
ModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
. -
Classes in org.jgrapht.util used by org.jgrapht.utilClassDescriptionImplementation of the AVL tree data structure.Container holding the values stored in the tree.Iterator over the tree nodes.Container for the elements stored in a
DoublyLinkedList
.The defaultDoublyLinkedList.ListNode
implementation that enables checks and enforcement of a single container list policy.TheModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
.A functor for the calculation of the next element.Binary operator for edge weights.