deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.commons.utils
Class Triple<T,U,V>

java.lang.Object
  extended by org.deegree.commons.utils.Triple<T,U,V>
Type Parameters:
T -
U -
V -

public final class Triple<T,U,V>
extends Object

Triple

Version:
$Revision: 18507 $, $Date: 2009-07-16 16:47:46 +0200 (Do, 16 Jul 2009) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Field Summary
 T first
           
 U second
           
 V third
           
 
Constructor Summary
Triple()
           
Triple(T t, U u, V v)
           
 
Method Summary
 boolean equals(Object other)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

first

public T first

second

public U second

third

public V third
Constructor Detail

Triple

public Triple()

Triple

public Triple(T t,
              U u,
              V v)
Parameters:
t -
u -
v -
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

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

]]>