Class IntPair

java.lang.Object
  extended by IntPair

public class IntPair
extends Object


Constructor Summary
IntPair()
           
IntPair(int i1, int i2)
           
 
Method Summary
 int getFirst()
           
 int getSecond()
           
 void setValues(int i1, int i2)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntPair

public IntPair(int i1,
               int i2)

IntPair

public IntPair()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getFirst

public int getFirst()

getSecond

public int getSecond()

setValues

public void setValues(int i1,
                      int i2)