static Iterator iterator(Iterable c) { ret c == null ? emptyIterator() : c.iterator(); }