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