Package org.apache.ivy.osgi.repo
Class ArtifactReportManifestIterable.ArtifactReportManifestIterator
- java.lang.Object
-
- org.apache.ivy.osgi.repo.ArtifactReportManifestIterable.ArtifactReportManifestIterator
-
- All Implemented Interfaces:
java.util.Iterator<ManifestAndLocation>
- Enclosing class:
- ArtifactReportManifestIterable
class ArtifactReportManifestIterable.ArtifactReportManifestIterator extends java.lang.Object implements java.util.Iterator<ManifestAndLocation>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Iterator<ModuleRevisionId>itprivate ManifestAndLocationnext
-
Constructor Summary
Constructors Constructor Description ArtifactReportManifestIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ManifestAndLocationnext()voidremove()
-
-
-
Field Detail
-
next
private ManifestAndLocation next
-
it
private java.util.Iterator<ModuleRevisionId> it
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<ManifestAndLocation>
-
next
public ManifestAndLocation next()
- Specified by:
nextin interfacejava.util.Iterator<ManifestAndLocation>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<ManifestAndLocation>
-
-