java.lang.Object
org.palladiosimulator.dependability.ml.util.Tuple<T,U>

public class Tuple<T,U> extends Object
  • Method Details

    • of

      public static <T, U> Tuple<T,U> of(T first, U second)
    • getFirst

      public T getFirst()
    • getSecond

      public U getSecond()