Class IteratorIterable<Type>

java.lang.Object
com.saperion.util.IteratorIterable<Type>
All Implemented Interfaces:
Iterable<Type>

public class IteratorIterable<Type> extends Object implements Iterable<Type>
For a given Iterator an IteratorIterable is a corresponding Iterable - and thus usable in the extended for-syntax.