public class VerdictResultStream extends Object implements Iterable<VerdictSingleResult>, Iterator<VerdictSingleResult>
| Constructor and Description |
|---|
VerdictResultStream(ExecutionResultReader reader,
ExecutionContext execContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
VerdictResultStream |
create(VerdictSingleResult singleResult) |
boolean |
hasNext() |
Iterator<VerdictSingleResult> |
iterator() |
VerdictSingleResult |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic VerdictResultStream(ExecutionResultReader reader, ExecutionContext execContext)
public VerdictResultStream create(VerdictSingleResult singleResult)
public boolean hasNext()
hasNext in interface Iterator<VerdictSingleResult>public VerdictSingleResult next()
next in interface Iterator<VerdictSingleResult>public Iterator<VerdictSingleResult> iterator()
iterator in interface Iterable<VerdictSingleResult>public void remove()
remove in interface Iterator<VerdictSingleResult>public void close()
Copyright © 2018 University of Michigan. All rights reserved.