import java.util.AbstractList; import java.util.ArrayList; import java.util.List; public class Genmeth { public void context() { Integer v1 = 0; AbstractList v2 = new ArrayList(0); int res = method(v1, v2); } public int method(T t, U u) { return t.hashCode() + u.size(); } }