GWT 2.0.3

com.google.gwt.rpc.server
Class WebModeClientOracle.Triple<A,B,C>

java.lang.Object
  extended by com.google.gwt.rpc.server.Pair<A,B>
      extended by com.google.gwt.rpc.server.WebModeClientOracle.Triple<A,B,C>
Enclosing class:
WebModeClientOracle

public static class WebModeClientOracle.Triple<A,B,C>
extends Pair<A,B>

A pair with extra data.


Constructor Summary
WebModeClientOracle.Triple(A a, B b, C... c)
           
 
Method Summary
 C[] getC()
           
 
Methods inherited from class com.google.gwt.rpc.server.Pair
getA, getB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebModeClientOracle.Triple

public WebModeClientOracle.Triple(A a,
                                  B b,
                                  C... c)
Method Detail

getC

public C[] getC()

GWT 2.0.3