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