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.Object
Simple pair class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
A
getA()
B
getB()
int
hashCode()
-