Class RefByte

java.lang.Object
io.activej.common.ref.RefByte

public final class RefByte extends Object
  • Field Details

    • value

      public byte value
  • Constructor Details

    • RefByte

      public RefByte(byte value)
  • Method Details

    • inc

      public byte inc()
    • inc

      public byte inc(byte add)
    • dec

      public byte dec()
    • dec

      public byte dec(byte sub)
    • get

      public byte get()
    • set

      public void set(byte peer)
    • toString

      public String toString()
      Overrides:
      toString in class Object