|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspis.Util.Func.IsEqual
Class Name : IsEqual
Project ref : SPIS project
File name : IsEqual.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :
Description : tests equality of an integer with a reference integer
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
Field Summary | |
private int |
refInt
Reference integer |
Constructor Summary | |
IsEqual(int i)
Default constructor with reference integer for comparisons |
Method Summary | |
float |
compute(float x)
applies this function to x and returns the result |
boolean |
test(int n)
tests equality of an integer with a reference integer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int refInt
Constructor Detail |
public IsEqual(int i)
Method Detail |
public boolean test(int n)
test
in interface TestOfInt
public float compute(float x)
ScalFunctionOfScal
compute
in interface ScalFunctionOfScal
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |