org.deegree.framework.util
Class Pair<T,U>
java.lang.Object
org.deegree.framework.util.Pair<T,U>
- Type Parameters:
T
- the first Object of the pairU
- 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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
first
public T first
- first value of the pair.
second
public U second
- second value of the pair.
Pair
public Pair(T first,
U second)
- Parameters:
first
- value of the pair.second
- value of the pair.
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net