// generics/UseList2.java import java.util.*; public class UseList2 { void f1(List v) {} void f2(List v) {} }