public Iterator getIterator(final String name) { System.out.println(name + " item " + ++countItems); return () -> getIterator(name); }