Class Pair<T,U>

java.lang.Object
org.palladiosimulator.simexp.core.util.Pair<T,U>

public class Pair<T,U> extends Object
  • Constructor Details

    • Pair

      public Pair(T first, U second)
  • Method Details

    • of

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

      public T getFirst()
    • getSecond

      public U getSecond()