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