edu.mayo.bsi.ngsportal.server
Class Pair

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.server.Pair

public class Pair
extends Object

@author Gregory Dougherty


Constructor Summary
Pair(int first, int second)
           
 
Method Summary
 int getFirst()
           
 int getSecond()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair(int first,
            int second)
Parameters:
first -
second -
Method Detail

getFirst

public final int getFirst()
Returns:
the first

getSecond

public final int getSecond()
Returns:
the second