Class RefInt

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

public final class RefInt extends Object
  • Field Details

    • value

      public int value
  • Constructor Details

    • RefInt

      public RefInt(int value)
  • Method Details

    • inc

      public int inc()
    • dec

      public int dec()
    • add

      public int add(int add)
    • get

      public int get()
    • set

      public void set(int peer)
    • toString

      public String toString()
      Overrides:
      toString in class Object