static L shortestList(LL lists) { new Lowest> best; for (L l : lists) best.put(l, l(l)); ret best!; }