Class Pair<L,R>

java.lang.Object
io.gatling.http.client.util.Pair<L,R>

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

    • left

      protected final L left
  • Constructor Details

    • Pair

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

    • getLeft

      public L getLeft()
    • getRight

      public R getRight()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object