package test; public interface A extends java.util.Map { String remove(Object x, Object y); }