static L sortMethodsByNameIC(Iterable l) { ret sortByCalculatedFieldIC(l, func(Method m) -> S { m.getName() }); }