package Collection; public interface Interface { public int add(int a,int b); }