org.knime.core.data.collection
Interface SetDataValue
- All Superinterfaces:
- CollectionDataValue, DataValue, Iterable<DataCell>
- All Known Implementing Classes:
- SetCell
public interface SetDataValue
- extends CollectionDataValue
Additionally provides 'contains' functionality.
- Author:
- ohl, University of Konstanz
Method Summary |
boolean |
contains(DataCell cell)
Returns true if the collection contains the specified cell. |
contains
boolean contains(DataCell cell)
- Returns true if the collection contains the specified cell.
- Parameters:
cell
- the cell to check for
- Returns:
- true if the argument is contained in the collection.
- See Also:
DataCell.equals(Object o)
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.