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