sbool hasNext(Iterator it) { ret it != null && it.hasNext(); }