se.lth.cs.nlp.nlputils.core
Class Triple<T1,T2,T3>

java.lang.Object
  extended by se.lth.cs.nlp.nlputils.core.Triple<T1,T2,T3>

public class Triple<T1,T2,T3>
extends Object

A triple consisting of three elements.

Author:
Richard Johansson (richard@cs.lth.se)

Field Summary
 T1 first
           
 T2 second
           
 T3 third
           
 
Constructor Summary
Triple(T1 first, T2 second, T3 third)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public T1 first

second

public T2 second

third

public T3 third
Constructor Detail

Triple

public Triple(T1 first,
              T2 second,
              T3 third)