Package | Description |
---|---|
edu.uci.ics.jung.utils |
Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application.
|
Modifier and Type | Method and Description |
---|---|
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.
|