java.lang.Object
com.google.web.bindery.requestfactory.server.Pair<A,B>
Type Parameters:
A - any type
B - any type

public class Pair<A,B> extends Object
Simple pair class.
  • Constructor Details

    • Pair

      public Pair(A a, B b)
  • Method Details

    • equals

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

      public A getA()
    • getB

      public B getB()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object