ninja.postoffice.common
Class Tuple<X,Y>

java.lang.Object
  extended by ninja.postoffice.common.Tuple<X,Y>
Type Parameters:
X -
Y -

public class Tuple<X,Y>
extends Object

Simple tuple class for convenience.

Author:
rbauer

Field Summary
 X x
           
 Y y
           
 
Constructor Summary
Tuple(X x, Y y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public final X x

y

public final Y y
Constructor Detail

Tuple

public Tuple(X x,
             Y y)


Copyright © 2012. All Rights Reserved.