Package org.spdx.spdxRdfStore
Class RdfSpdxDocumentModelManager.RdfListIterator
java.lang.Object
org.spdx.spdxRdfStore.RdfSpdxDocumentModelManager.RdfListIterator
- Enclosing class:
- RdfSpdxDocumentModelManager
-
Constructor Summary
ConstructorsConstructorDescriptionRdfListIterator(org.apache.jena.rdf.model.Resource idResource, org.apache.jena.rdf.model.Property property) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
RdfListIterator
public RdfListIterator(org.apache.jena.rdf.model.Resource idResource, org.apache.jena.rdf.model.Property property)
-
-
Method Details