public final class InMemoryDataSet extends AbstractDataSet
| Constructor and Description |
|---|
InMemoryDataSet(DataSetHeader header,
List<Row> rows) |
InMemoryDataSet(DataSetHeader header,
Row... rows) |
InMemoryDataSet(List<Row> rows) |
InMemoryDataSet(Row... rows) |
| Modifier and Type | Method and Description |
|---|---|
Row |
getRow() |
List<Row> |
getRows() |
boolean |
next()
Moves forward to the next row.
|
int |
size() |
close, decorateIdentity, getHeader, getSelectItems, indexOf, iterator, toObjectArrays, toRows, toStringclassEquals, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic InMemoryDataSet(Row... rows)
public InMemoryDataSet(DataSetHeader header, Row... rows)
public InMemoryDataSet(DataSetHeader header, List<Row> rows)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.