Uses of Class
org.jgrapht.util.ModifiableInteger
-
Packages that use ModifiableInteger Package Description org.jgrapht.alg Algorithms provided with JGraphT.org.jgrapht.traverse Graph traversal means.org.jgrapht.util Non-graph-specific data structures, algorithms, and utilities used by JGraphT. -
-
Uses of ModifiableInteger in org.jgrapht.alg
Fields in org.jgrapht.alg with type parameters of type ModifiableInteger Modifier and Type Field Description private java.util.Map<V,ModifiableInteger>
NeighborIndex.Neighbors. neighborCounts
-
Uses of ModifiableInteger in org.jgrapht.traverse
Fields in org.jgrapht.traverse with type parameters of type ModifiableInteger Modifier and Type Field Description private java.util.Map<V,ModifiableInteger>
TopologicalOrderIterator. inDegreeMap
Method parameters in org.jgrapht.traverse with type arguments of type ModifiableInteger Modifier and Type Method Description private static <V,E>
VTopologicalOrderIterator. initialize(DirectedGraph<V,E> dg, java.util.Queue<V> queue, java.util.Map<V,ModifiableInteger> inDegreeMap)
Initializes the internal traversal object structure.Constructor parameters in org.jgrapht.traverse with type arguments of type ModifiableInteger Constructor Description TopologicalOrderIterator(DirectedGraph<V,E> dg, java.util.Queue<V> queue, java.util.Map<V,ModifiableInteger> inDegreeMap)
-
Uses of ModifiableInteger in org.jgrapht.util
Methods in org.jgrapht.util with parameters of type ModifiableInteger Modifier and Type Method Description int
ModifiableInteger. compareTo(ModifiableInteger anotherInteger)
Compares twoModifiableInteger
objects numerically.
-