Package org.mariadb.jdbc.util
Class MutableInt
- java.lang.Object
-
- org.mariadb.jdbc.util.MutableInt
-
public class MutableInt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte
value
-
Constructor Summary
Constructors Constructor Description MutableInt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
get()
byte
incrementAndGet()
void
set(byte value)
-