import java.util.*; class Test { void method(List p1, Number p2){ p1.add(p2); } }