import java.util.ArrayList; public class Test extends ArrayList { public Test(int capacity) { super(capacity); } }