Class Ref<T>

Object
Ref<T>

public class Ref<T> extends Object
A simple value holder, used to provide outgoing parameters. Similar to AtomicReference, but without the volatile modifier. todo To be merged with Ref introduced in a parallel PR
  • Field Details

    • value

      public T value
  • Constructor Details

    • Ref

      public Ref()
    • Ref

      public Ref(T value)
  • Method Details