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
- Direct Known Subclasses:
- StringPair
public class Pair<T,U>
- extends java.lang.Object
Pair
is a convenience class, which pairs two objects.
- Version:
- $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18 Jun 2009) $
- Author:
- Rutger Bezema, last edited by: $Author: mschneider $
Field Summary |
T |
first
first value of the pair. |
U |
second
second value of the pair. |
Constructor Summary |
Pair()
Create a pair with null objects. |
Pair(T first,
U second)
|
Method Summary |
boolean |
equals(java.lang.Object other)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, 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.
Pair
public Pair()
- Create a pair with null objects.
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org