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.connectivity Algorithms dealing with various connectivity aspects of a graph.org.jgrapht.alg.interfaces Algorithm related interfaces.org.jgrapht.alg.planar Algorithms for testing planarity of the graphsorg.jgrapht.alg.util Utilities used by JGraphT algorithms.org.jgrapht.graph Implementations of various graphs.org.jgrapht.traverse Graph traversal means.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.connectivity Class Description AVLTree Implementation of the AVL tree data structure.AVLTree.TreeNode Container holding the values stored in the tree.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
. -
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.alg.planar 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
. -
Classes in org.jgrapht.util used by org.jgrapht.alg.util Class Description ModifiableInteger TheModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
. -
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.traverse Class Description ModifiableInteger TheModifiableInteger
class wraps a value of the primitive typeint
in an object, similarly toInteger
. -
Classes in org.jgrapht.util used by org.jgrapht.util Class Description AVLTree Implementation of the AVL tree data structure.AVLTree.TreeNode Container holding the values stored in the tree.AVLTree.TreeNodeIterator Iterator over the tree nodes.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.ListNodeImpl The defaultDoublyLinkedList.ListNode
implementation that enables checks and enforcement of a single container list policy.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.UnmodifiableUnionSet.SetSizeOrdering WeightCombiner Binary operator for edge weights.