deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.framework.util
Class Pair<T,U>

java.lang.Object
  extended by org.deegree.framework.util.Pair<T,U>
Type Parameters:
T - the first Object of the pair
U - the second Object of the pair

public class Pair<T,U>
extends Object

Pair is a convenience class, which pairs two objects.

Version:
$Revision:$, $Date:$
Author:
Rutger Bezema, last edited by: $Author:$

Field Summary
 T first
          first value of the pair.
 U second
          second value of the pair.
 
Constructor Summary
Pair(T first, U second)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public T first
first value of the pair.


second

public U second
second value of the pair.

Constructor Detail

Pair

public Pair(T first,
            U second)
Parameters:
first - value of the pair.
second - value of the pair.

deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net