static L mmGetEither(MultiMap mm, A... keys) { for (A key : keys) { L l = mm.get(key); if (nempty(l)) ret l; } ret emptyList(); }