public class ConcreteImplementingClass implements GenericInterface { // make sure this method starts on line 5... public int asInt(Double d) { return d.intValue(); } }