public class SPDXLicenseSpreadsheet.LicenseExceptionIterator extends Object implements Iterator<LicenseException>
| Constructor and Description |
|---|
LicenseExceptionIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
LicenseException |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic LicenseExceptionIterator()
throws SpreadsheetException
SpreadsheetExceptionpublic boolean hasNext()
hasNext in interface Iterator<LicenseException>public LicenseException next()
next in interface Iterator<LicenseException>public void remove()
remove in interface Iterator<LicenseException>Copyright © 2018 Linux Foundation. All Rights Reserved.