Class MutableInt

java.lang.Object
org.mariadb.jdbc.util.MutableInt

public class MutableInt extends Object
  • Field Details

    • value

      private byte value
  • Constructor Details

    • MutableInt

      public MutableInt()
  • Method Details

    • set

      public void set(byte value)
    • get

      public byte get()
    • incrementAndGet

      public byte incrementAndGet()