org.knime.core.data.collection
Interface ListDataValue
- All Superinterfaces:
- CollectionDataValue, DataValue, Iterable<DataCell>
- All Known Implementing Classes:
- ListCell
public interface ListDataValue
- extends CollectionDataValue
Provides additionally access by index to the collection elements.
- Author:
- ohl, University of Konstanz
Method Summary |
DataCell |
get(int index)
Returns the cell at the specified position in the list. |
get
DataCell get(int index)
- Returns the cell at the specified position in the list.
- Parameters:
index
- the position of the element to return (first element has
index zero).
- Returns:
- the cell at the specified position in the list
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.