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

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

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

The Class Pair.

Author:
Kevin Peterson

Constructor Summary
Pair(T first, T second)
          Instantiates a new pair.
 
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

Pair

public Pair(T first,
            T second)
Instantiates a new pair.

Parameters:
first - the first
second - the second
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.