| Name | Description | Type | Package | Framework |
| BlobSupportDataCellIterator | Iterator on a collection of DataCell objects, permitting the access on underlying | Interface | org.knime.core.data.collection | KNIME |
| BlobSupportDataCellList | A list of DataCell objects, which special treatment for BlobDataCell. | Class | org.knime.core.data.collection | KNIME |
| BlobSupportDataCellSet | A list of DataCell objects, which special treatment for BlobDataCell. | Class | org.knime.core.data.collection | KNIME |
| CellCollection | and CollectionDataValue. | Interface | org.knime.core.data.collection | KNIME |
| CollectionCellFactory | Factory class used to create DataCells that contain a collection of DataCells. | Class | org.knime.core.data.collection | KNIME |
| CollectionDataValue | Special interface that is implemented by DataCells that represent collection of cells. | Interface | org.knime.core.data.collection | KNIME |
| CollectionDataValue .CollectionUtilityFactory | Class | org.knime.core.data.collection | KNIME | |
| CollectionValueRenderer | Generic renderer for CollectionDataValue which prints the string representation of each object in theSince:2. | Class | org.knime.core.data.collection | KNIME |
| CollectionValueRenderer .FullRendererFactory | Factory for a CollectionValueRenderer that shows all elements of the collection. | Class | org.knime.core.data.collection | KNIME |
| CollectionValueRenderer .ShortRendererFactory | Factory for a CollectionValueRenderer that shows at most the first three elements of the collection. | Class | org.knime.core.data.collection | KNIME |
| DefaultBlobSupportDataCellIterator | Default implementation to BlobSupportDataCellIterator. | Class | org.knime.core.data.collection | KNIME |
| DefaultBlobSupportDataCellIterator .InternalIterator | Class | org.knime.core.data.collection | KNIME | |
| ListCell | Default implementation of a CollectionDataValue, whereby the underlying data structure is a list. | Class | org.knime.core.data.collection | KNIME |
| ListCell .ListCellSerializer | Serializer for ListCells. | Class | org.knime.core.data.collection | KNIME |
| ListDataValue | Provides additionally access by index to the collection elements. | Interface | org.knime.core.data.collection | KNIME |
| SetCell | Default implementation of a CollectionDataValue, whereas the underlying data structure is a set (i. | Class | org.knime.core.data.collection | KNIME |
| SetCell .SetCellSerializer | Serializer for SetCells. | Class | org.knime.core.data.collection | KNIME |
| SetDataValue | Additionally provides 'contains' functionality. | Interface | org.knime.core.data.collection | KNIME |
| SparseListCell | Sparse implementation of a CollectionDataValue. | Class | org.knime.core.data.collection | KNIME |
| SparseListCell .SparseListCellSerializer | Serializer for SparseListCells. | Class | org.knime.core.data.collection | KNIME |
| SparseListDataValue | Sparse implementation of the ListDataValue interface that stores only the value and the index of elements that are unequal to | Interface | org.knime.core.data.collection | KNIME |