|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
DataTable
objects which uses
the FilterRowGenerator
interface to dynamically ask for included or
excluded rows during itertation.
See:
Description
Interface Summary | |
---|---|
FilterRowGenerator | Generator interface for filtering DataRow s
from a DataTable . |
Class Summary | |
---|---|
DoubleCellFilterRowGenerator | This class implements the
FilterRowGenerator interface for
DoubleCell objects and checks if they
are within a certain interval. |
FilterRowIterator | This class wraps the RowIterator which
includes only DataRow s which satify the
FilterRowGenerator criteria. |
FilterRowTable | This class filters a given number of rows from a
DataTable using the
FilterRowGenerator interface to
check the criteria. |
Contains row filter for DataTable
objects which uses
the FilterRowGenerator
interface to dynamically ask for included or
excluded rows during itertation.
The DoubleCellFilterRowGenerator
provides row filter for
double values and DoubleCell
objects in order to extract certain
numerical intervals from one column.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |