org.axiondb.engine.rowcollection
private static class RowCollections.SingletonList extends Object implements RowCollection
Method Summary | |
---|---|
boolean | add(Row row) |
void | clear() |
boolean | contains(Row row) |
boolean | isEmpty() |
boolean | remove(Row row) |
RowIterator | rowIterator() |
int | size() |