Package org.mariadb.jdbc.client.util
Class MutableInt
- java.lang.Object
-
- org.mariadb.jdbc.client.util.MutableInt
-
public class MutableInt extends Object
Mutable int, permitting to update packet sequence
-
-
Constructor Summary
Constructors Constructor Description MutableInt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
get()
Get current sequence valuebyte
incrementAndGet()
Increment sequence and get new valuevoid
set(byte value)
Set new sequence value
-