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