Class RefObj<T>

java.lang.Object
com.powsybl.iidm.network.impl.util.RefObj<T>
All Implemented Interfaces:
Ref<T>

public class RefObj<T> extends Object implements Ref<T>
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • RefObj

      public RefObj(T o)
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Ref<T>
    • set

      public void set(T o)