Class Pair<L,R>

java.lang.Object
com.regnosys.rosetta.common.util.Pair<L,R>

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

    • of

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

      public L left()
    • right

      public R right()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object