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>
it
private ManifestAndLocation
next
-
Constructor Summary
Constructors Constructor Description ArtifactReportManifestIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
ManifestAndLocation
next()
void
remove()
-
-
-
Field Detail
-
next
private ManifestAndLocation next
-
it
private java.util.Iterator<ModuleRevisionId> it
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<ManifestAndLocation>
-
next
public ManifestAndLocation next()
- Specified by:
next
in interfacejava.util.Iterator<ManifestAndLocation>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<ManifestAndLocation>
-
-