org.lexgrid.loader.wrappers
Class Triple<T>

java.lang.Object
  extended by org.lexgrid.loader.wrappers.Triple<T>

public class Triple<T>
extends java.lang.Object

The Class Triple.

Author:
Kevin Peterson

Constructor Summary
Triple(T first, T second, T third)
          Instantiates a new triple.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Triple

public Triple(T first,
              T second,
              T third)
Instantiates a new triple.

Parameters:
first - the first
second - the second
third - the third
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.