static L tripleToList(Triple t) { ret t == null ? (L) ll() : (L) ll(t.a, t.b, t.c); }