QueryT - The type of the query this table is used in.public class Table<QueryT extends AbstractRemoteFunctionQuery<QueryT,?>> extends Object
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
QueryT |
end()
Returns the initial query, finalizing the access to this
Table. |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty()
Checks whether this table is empty, or has at least one value stored.
|
TableRow<QueryT> |
row()
Creates and returns a new
TableRow that gathers values that are added to this Table. |
int |
size()
The number of currently stored groups of values as well as the Id of the last group of added values.
|
String |
toString() |
public int size()
public boolean isEmpty()
@Nonnull public TableRow<QueryT> row()
TableRow that gathers values that are added to this Table.TableRow linked to this Table.public QueryT end()
Table.protected boolean canEqual(Object other)
Copyright © 2020 SAP SE. All rights reserved.