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