Uses of Class
io.microsphere.lang.MutableInteger
-
Packages that use MutableInteger Package Description io.microsphere.lang -
-
Uses of MutableInteger in io.microsphere.lang
Methods in io.microsphere.lang that return MutableInteger Modifier and Type Method Description static MutableInteger
MutableInteger. of(int value)
Creates a new instance ofMutableInteger
initialized with the given value.MutableInteger
MutableInteger. set(int newValue)
Sets the value to the given newValue and returns this instance.
-