Class Pair<L,R>

java.lang.Object
com.sap.cds.impl.util.Pair<L,R>

public class Pair<L,R> extends Object
  • Field Details

    • left

      public final L left
  • Constructor Details

    • Pair

      public Pair(L left, R right)
  • Method Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • of

      public static <L, R> Pair<L,R> of(L left, R right)