|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.data.RowIterator
org.knime.base.node.preproc.missingval.MissingValueHandlingTableIterator
class MissingValueHandlingTableIterator
Iterator to MissingValueHandlingTable.
Nested Class Summary | |
---|---|
(package private) static class |
MissingValueHandlingTableIterator.RuntimeCanceledExecutionException
Runtime exception that's thrown when the execution monitor's checkCanceled method throws an
CanceledExecutionException . |
Constructor Summary | |
---|---|
MissingValueHandlingTableIterator(MissingValueHandlingTable table)
Creates new iterator from table table . |
|
MissingValueHandlingTableIterator(MissingValueHandlingTable table,
ExecutionMonitor exec)
Creates new iterator from table table . |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if there are more rows and false
otherwise. |
DataRow |
next()
Returns the next DataRow . |
Methods inherited from class org.knime.core.data.RowIterator |
---|
remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
MissingValueHandlingTableIterator(MissingValueHandlingTable table, ExecutionMonitor exec)
table
.
table
- the table to iterate onexec
- the progress monitor for cancel/progressMissingValueHandlingTableIterator(MissingValueHandlingTable table)
table
.
table
- the table to iterate onMethod Detail |
---|
public boolean hasNext()
true
if there are more rows and false
otherwise.
hasNext
in interface Iterator<DataRow>
hasNext
in class RowIterator
true
if the iterator has more elements, otherwise
false
RowIterator.next()
public DataRow next()
DataRow
.
next
in interface Iterator<DataRow>
next
in class RowIterator
DataTable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |