Uses of Class
edu.uci.ics.jung.utils.MutableInteger

Packages that use MutableInteger
edu.uci.ics.jung.utils   
 

Uses of MutableInteger in edu.uci.ics.jung.utils
 

Methods in edu.uci.ics.jung.utils that return MutableInteger
 MutableInteger MutableInteger.add(double value)
          Increases the int's value by value.
 MutableInteger MutableInteger.subtract(double value)
          Increases the int's value by value.
 MutableInteger MutableInteger.increment()
          Adds one to the contained integer value.