infovis.utils
Class IntPair

java.lang.Object
  extended by infovis.utils.IntPair

public class IntPair
extends Object

Holds a pair of int values for any purpose

Version:
$Revision: 1.1 $
Author:
Jean-Daniel Fekete

Field Summary
 int first
           
 int second
           
 
Constructor Summary
IntPair()
           
IntPair(int first, int second)
           
IntPair(IntPair other)
           
 
Method Summary
 int getFirst()
           
 int getSecond()
           
 void setFirst(int first)
           
 void setSecond(int second)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

public int first

second

public int second
Constructor Detail

IntPair

public IntPair()

IntPair

public IntPair(int first,
               int second)

IntPair

public IntPair(IntPair other)
Method Detail

getFirst

public int getFirst()

setFirst

public void setFirst(int first)

getSecond

public int getSecond()

setSecond

public void setSecond(int second)


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.