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