|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ulg.montefiore.run.totem.topgen.util.IntFloatPair
public class IntFloatPair
This class is used to associate an integer and a float.
Creation date: 2004
| Constructor Summary | |
|---|---|
IntFloatPair(int i,
float f)
|
|
| Method Summary | |
|---|---|
float |
getFloat()
|
int |
getInteger()
|
void |
setFloat(float f)
|
void |
setInteger(int i)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntFloatPair(int i,
float f)
| Method Detail |
|---|
public int getInteger()
public float getFloat()
public void setFloat(float f)
public void setInteger(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||