public class TestQueue { public static void main(String[] args) throws Exception { TestLinear.test(new LinkedQueue(), args); } } // class TestQueue