public final class FilteredDataSet extends AbstractDataSet implements WrappingDataSet
| Constructor and Description |
|---|
FilteredDataSet(DataSet dataSet,
IRowFilter... filters) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the DataSet and any resources it may be holding.
|
Row |
getRow() |
DataSet |
getWrappedDataSet()
Gets the
DataSet that is wrapped by this WrappingDataSet. |
boolean |
next()
Moves forward to the next row.
|
decorateIdentity, getHeader, getSelectItems, indexOf, iterator, toObjectArrays, toRows, toString, toTableModelclassEquals, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSelectItems, indexOf, iterator, toObjectArrays, toRows, toTableModelforEach, spliteratorpublic FilteredDataSet(DataSet dataSet, IRowFilter... filters)
public void close()
AbstractDataSetclose in interface Closeableclose in interface AutoCloseableclose in interface DataSetclose in class AbstractDataSetpublic DataSet getWrappedDataSet()
WrappingDataSetDataSet that is wrapped by this WrappingDataSet.getWrappedDataSet in interface WrappingDataSetpublic boolean next()
DataSetCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.