Is there any equivalent to what is in C++ pointer to function in Java. For example
double (*f)(double)
And is there any way to have a function with similar to what is pointer to function in C++, as parameter list.
Is there any equivalent to what is in C++ pointer to function in Java. For example
double (*f)(double)
And is there any way to have a function with similar to what is pointer to function in C++, as parameter list.