static L multiMapFirstOfEach(MultiMap mm) { if (mm == null) ret emptyList(); synchronized(mm.mutex()) { ret map first(values(mm.data)); } }