static void assertListStartsWith(L a, L b) { if (!startsWith(a, b)) fail(a + " does not start with " + b); }