|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dandymadeproductions.expressionparser.functions.Function
com.dandymadeproductions.expressionparser.functions.TwoArgFunction
public abstract class TwoArgFunction
Abstract class type for two-argument functions.
Field Summary |
---|
Fields inherited from class com.dandymadeproductions.expressionparser.functions.Function |
---|
numArgs |
Constructor Summary | |
---|---|
TwoArgFunction()
|
Method Summary | |
---|---|
Complex |
apply(Complex a)
|
double |
apply(double a)
|
Methods inherited from class com.dandymadeproductions.expressionparser.functions.Function |
---|
apply, apply, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TwoArgFunction()
Method Detail |
---|
public double apply(double a)
apply
in class Function
public Complex apply(Complex a)
apply
in class Function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |