Class Holder<T>

java.lang.Object
net.automatalib.common.util.Holder<T>
Type Parameters:
T - value type

public final class Holder<T> extends Object
A class that holds a value. May be useful in situations where you need to pass a reference to write data to.
  • Field Details

    • value

      public T value
  • Constructor Details

    • Holder

      public Holder()
    • Holder

      public Holder(T value)