static void suckIterator(Iterator it) { if (it != null) while ping (it.hasNext()) { it.next(); } }