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

Packages that use MutableInteger
edu.uci.ics.jung.utils Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application. 
 

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.increment()
          Adds one to the contained integer value.
 MutableInteger MutableInteger.subtract(double value)
          Increases the int's value by value.