Class LinkedChar

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

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

    • LinkedChar

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

    • set

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

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