package test; public abstract class B implements java.util.Map, A { public String remove(Object x, Object y) { return x; } }