Uses of Class
org.jgrapht.util.ModifiableInteger
Packages that use ModifiableInteger
Package
Description
Utilities used by JGraphT algorithms.
Graph traversal means.
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Uses of ModifiableInteger in org.jgrapht.alg.util
Fields in org.jgrapht.alg.util with type parameters of type ModifiableIntegerModifier and TypeFieldDescriptionprivate Map
<V, ModifiableInteger> NeighborCache.Neighbors.neighborCounts
-
Uses of ModifiableInteger in org.jgrapht.traverse
Fields in org.jgrapht.traverse with type parameters of type ModifiableIntegerModifier and TypeFieldDescriptionprivate Map
<V, ModifiableInteger> TopologicalOrderIterator.inDegreeMap
-
Uses of ModifiableInteger in org.jgrapht.util
Methods in org.jgrapht.util with parameters of type ModifiableIntegerModifier and TypeMethodDescriptionint
ModifiableInteger.compareTo
(ModifiableInteger anotherInteger) Compares twoModifiableInteger
objects numerically.