@Deprecated @InternalUseOnly public class ValidationResultIterator extends Object implements Iterator<ValidationResult>
Constructor and Description |
---|
ValidationResultIterator(CloseableIteration<Tuple,SailException> tupleIterator,
long limit)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
Deprecated.
|
List<Tuple> |
getTuples()
Deprecated.
|
boolean |
hasNext()
Deprecated.
|
boolean |
isTruncated()
Deprecated.
|
ValidationResult |
next()
Deprecated.
|
void |
remove()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ValidationResultIterator(CloseableIteration<Tuple,SailException> tupleIterator, long limit)
public boolean conforms()
public boolean isTruncated()
public boolean hasNext()
hasNext
in interface Iterator<ValidationResult>
public ValidationResult next()
next
in interface Iterator<ValidationResult>
public void remove()
remove
in interface Iterator<ValidationResult>
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.