package test; import java.rmi.RemoteException; import test.Map; public class Test implements Map { public Map.MapTo plus(String o) { return null; } public int $tag() throws RemoteException { return 0; } }