Uses of Class
com.luna.common.mutable.MutableInt
Packages that use MutableInt
-
Uses of MutableInt in com.luna.common.mutable
Methods in com.luna.common.mutable that return MutableIntModifier and TypeMethodDescriptionMutableInt.add(int operand) 增加值增加值MutableInt.decrement()值减一MutableInt.increment()值+1MutableInt.subtract(int operand) 减去值减去值Methods in com.luna.common.mutable with parameters of type MutableInt