|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.web.bindery.requestfactory.server.Pair<A,B>
A
- any typeB
- any typepublic class Pair<A,B>
Simple pair class.
Constructor Summary | |
---|---|
Pair(A a,
B b)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
A |
getA()
|
B |
getB()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pair(A a, B b)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public A getA()
public B getB()
public int hashCode()
hashCode
in class java.lang.Object
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |