static Iterable iterable(final Iterator i) { ret new Iterable() { public Iterator iterator() { ret i; } }; }