Uses of Class
org.miaixz.bus.core.lang.mutable.MutableLong
Packages that use MutableLong
-
Uses of MutableLong in org.miaixz.bus.core.lang.mutable
Methods in org.miaixz.bus.core.lang.mutable that return MutableLongModifier and TypeMethodDescriptionMutableLong.add(long operand) 增加值增加值MutableLong.decrement()值减一MutableLong.increment()值+1static MutableLongMutable.of(long value) 创建一个MutableLong对象MutableLong.subtract(long operand) 减去值减去值Methods in org.miaixz.bus.core.lang.mutable with parameters of type MutableLong