com.xebialabs.deployit.util
Class Tuple<A,B>

java.lang.Object
  extended by com.xebialabs.deployit.util.Tuple<A,B>

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

Helper class to return two objects from a method.


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

Field Detail

a

public final A a

b

public final B b
Constructor Detail

Tuple

public Tuple(A a,
             B b)
Method Detail

getA

public A getA()

getB

public B getB()