Class Pair<A,B>
- java.lang.Object
-
- com.google.web.bindery.requestfactory.server.Pair<A,B>
-
- Type Parameters:
A- any typeB- any type
public class Pair<A,B> extends java.lang.ObjectSimple pair class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)AgetA()BgetB()inthashCode()
-