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