import java.util.ArrayList; import java.util.List; public class Foo { public static void main(String[] args) { List set = new ArrayList(); } }