|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.knime.core.data.collection.DefaultBlobSupportDataCellIterator
public class DefaultBlobSupportDataCellIterator
Default implementation to BlobSupportDataCellIterator.
| Constructor Summary | |
|---|---|
DefaultBlobSupportDataCellIterator(Iterator<DataCell> it)
Create new instance by wrapping an existing iterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
DataCell |
next()
|
DataCell |
nextWithBlobSupport()
Get the next DataCell, not unwrapping the blob when it is a BlobWrapperDataCell. |
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBlobSupportDataCellIterator(Iterator<DataCell> it)
it - To wrap.| Method Detail |
|---|
public DataCell nextWithBlobSupport()
BlobWrapperDataCell.
nextWithBlobSupport in interface BlobSupportDataCellIteratorpublic boolean hasNext()
hasNext in interface Iterator<DataCell>public DataCell next()
next in interface Iterator<DataCell>public void remove()
remove in interface Iterator<DataCell>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||