Class ValidationResultIterator
java.lang.Object
org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
- All Implemented Interfaces:
Iterator<ValidationResult>
@InternalUseOnly
public class ValidationResultIterator
extends Object
implements Iterator<ValidationResult>
-
Constructor Summary
ConstructorDescriptionValidationResultIterator
(CloseableIteration<? extends ValidationTuple> tupleIterator, long limit) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValidationResultIterator
public ValidationResultIterator(CloseableIteration<? extends ValidationTuple> tupleIterator, long limit)
-
-
Method Details
-
getTuples
-
conforms
public boolean conforms() -
isTruncated
public boolean isTruncated() -
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ValidationResult>
-
next
- Specified by:
next
in interfaceIterator<ValidationResult>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ValidationResult>
-