package inheritance; import java.util.Collection; import javax.swing.JLabel; public class ProblemClass implements SuperInterface { public void doIt(Collection as) { } }