|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| BlobSupportDataCellIterator | Iterator on a collection of DataCell objects, permitting
the access on underlying
BlobWrapperDataCell
if applicable. |
| CollectionDataValue | Special interface that is implemented by DataCells that represent
collection of cells. |
| ListDataValue | Provides additionally access by index to the collection elements. |
| SetDataValue | Additionally provides 'contains' functionality. |
| SparseListDataValue | Sparse implementation of the ListDataValue interface that stores
only the value and the index of elements that are unequal to
the default element. |
| Class Summary | |
|---|---|
| BlobSupportDataCellList | A list of DataCell objects, which special treatment for
BlobDataCell. |
| BlobSupportDataCellSet | A list of DataCell objects, which special treatment for
BlobDataCell. |
| CollectionCellFactory | Factory class used to create DataCells that contain a collection of
DataCells. |
| CollectionDataValue.CollectionUtilityFactory | Implementations of the meta information of this value class. |
| DefaultBlobSupportDataCellIterator | Default implementation to BlobSupportDataCellIterator. |
| ListCell | Default implementation of a CollectionDataValue, whereby the
underlying data structure is a list. |
| SetCell | Default implementation of a CollectionDataValue, whereas the
underlying data structure is a set (i.e. |
| SparseListCell | Sparse implementation of a CollectionDataValue. |
Definitions for KNIME collection types and default implementations.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||