Class LinkedByte

java.lang.Object
de.tomatengames.util.linked.LinkedByte

public final class LinkedByte extends Object
Represents a byte value that can be modified.
Since:
1.2
  • Constructor Details

    • LinkedByte

      public LinkedByte(byte initialValue)
      Creates a new LinkedByte.
      Parameters:
      initialValue - The initial value of this object.
  • Method Details

    • set

      public final void set(byte value)
      Sets the value of this object.
      Parameters:
      value - The new value.
    • get

      public final byte get()
      Returns the value of this object.
      Returns:
      The value.