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