GWT 2.0.3

com.google.gwt.rpc.server
Class Pair<A,B>

java.lang.Object
  extended by com.google.gwt.rpc.server.Pair<A,B>
Type Parameters:
A - any type
B - any type
Direct Known Subclasses:
WebModeClientOracle.Triple

public class Pair<A,B>
extends java.lang.Object

Simple pair class.


Method Summary
 A getA()
           
 B getB()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getA

public A getA()

getB

public B getB()

GWT 2.0.3