|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.knime.core.data.collection | |
---|---|
org.knime.core.data.collection | Definitions for KNIME collection types and default implementations. |
Classes in org.knime.core.data.collection used by org.knime.core.data.collection | |
---|---|
BlobSupportDataCellIterator
Iterator on a collection of DataCell objects, permitting
the access on underlying
BlobWrapperDataCell
if applicable. |
|
BlobSupportDataCellList
A list of DataCell objects, which special treatment for
BlobDataCell . |
|
BlobSupportDataCellSet
|
|
CollectionDataValue
Special interface that is implemented by DataCell s that represent
collection of cells. |
|
ListCell
Default implementation of a CollectionDataValue , whereby the
underlying data structure is a list. |
|
ListDataValue
Provides additionally access by index to the collection elements. |
|
SetCell
Default implementation of a CollectionDataValue , whereas the
underlying data structure is a set (i.e. |
|
SetDataValue
Additionally provides 'contains' functionality. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |