public static final class EBookFormats.AllEnumerable extends Object implements Iterable<EBookFormats>
Implements IEnumerable generic interface, that enables a 'foreach' possibility for the EBookFormats type
Constructor and Description |
---|
EBookFormats.AllEnumerable() |
public final Iterator<EBookFormats> iterator()
Returns an enumerator for all supportable EBookFormats formats
iterator
in interface Iterable<EBookFormats>