|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.knime.core.data.util | |
---|---|
org.knime.core.data.def | Provides default implementations for all (except
DataTable ) abstract
classes in the data package.The default implementations of classes derived from DataCell just store their
values in members of the appropriate java type (like
DoubleCell has a private
member of Java type double, etc.).The default implementation of DataTable
is deprecated and shouldn't be used. |
org.knime.core.data.util | This package contains the utility class ObjectToDataCellConverter, which is as of KNIME 1.2.0 deprecated. |
Classes in org.knime.core.data.util used by org.knime.core.data.def | |
---|---|
ObjectToDataCellConverter
Deprecated. This class is obsolete as the class DefaultTable is deprecated. DataCell
objects should be created using their respective constructor rather than
using an ObjectToDataCellConverter. |
Classes in org.knime.core.data.util used by org.knime.core.data.util | |
---|---|
NonClosableInputStream
InputStream that delegates to an underlying InputStream but ignores
calls of NonClosableInputStream.close() . |
|
NonClosableOutputStream
Class that overrides the close method and flushes the stream instead of closing it. |
|
ObjectToDataCellConverter
Deprecated. This class is obsolete as the class DefaultTable is deprecated. DataCell
objects should be created using their respective constructor rather than
using an ObjectToDataCellConverter. |
|
SynchronizedIterator.ElementAndIndex
Class combining an iteration element with its index in the iteration loop. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |