import java.util.*; class Foo { void m() { List l1 = new ArrayList(); List l2 = new ArrayList(); List l3 = new ArrayList(); List l4 = new LinkedList(); List l5 = new LinkedList(); } }