Uses of Class
org.jgrapht.util.ModifiableInteger
Packages that use ModifiableInteger
Package
Description
Non-graph-specific data structures, algorithms, and utilities used by JGraphT.
-
Uses of ModifiableInteger in org.jgrapht.util
Classes in org.jgrapht.util that implement interfaces with type arguments of type ModifiableIntegerModifier and TypeClassDescriptionclassTheModifiableIntegerclass wraps a value of the primitive typeintin an object, similarly toInteger.Methods in org.jgrapht.util with parameters of type ModifiableIntegerModifier and TypeMethodDescriptionintModifiableInteger.compareTo(ModifiableInteger anotherInteger) Compares twoModifiableIntegerobjects numerically.