be.ac.ulg.montefiore.run.totem.topgen.util
Class IntPair

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.topgen.util.IntPair

public class IntPair
extends java.lang.Object

This class is used to store a pair of integers.

Creation date: 2004

Author:
Jean Lepropre (lepropre@run.montefiore.ulg.ac.be)

Constructor Summary
IntPair(int integer1, int integer2)
           
 
Method Summary
 int getFirstInteger()
           
 int getSecondInteger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntPair

public IntPair(int integer1,
               int integer2)
Method Detail

getFirstInteger

public int getFirstInteger()

getSecondInteger

public int getSecondInteger()


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.