static bool insertFirst(L l, A a) { ret l != null && l.add(0, a); }