static Pair pairWithLowestB(Iterable> l) { new Lowest> lowest; fOr (p : l) lowest.put(p, p.b); ret lowest!; }