// RKlib.java public interface RKlib { // just the signature, no body // the user provides the body in class RKuser double f(double x, double y); }