infovis.utils
Class IntPair
java.lang.Object
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
first
public int first
second
public int second
IntPair
public IntPair()
IntPair
public IntPair(int first,
int second)
IntPair
public IntPair(IntPair other)
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.