import java.lang.Integer; public class IntegerDuplicateDeleter extends DuplicateDeleter{ public IntegerDuplicateDeleter(Integer[] array){ super(array); } public Integer[] removeDuplicates(int maxNumberOfDuplications){ Integer[] newArray=new Integer[100]; int m=0; for(int i=0;i