RequestT
- The type of the request this table is used in.public class Table<RequestT extends AbstractRemoteFunctionRequest<RequestT,?>> extends Object
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
RequestT |
end()
Returns the initial request, 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<RequestT> |
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<RequestT> row()
TableRow
that gathers values that are added to this Table
.TableRow
linked to this Table
.@Nonnull public RequestT end()
Table
.protected boolean canEqual(Object other)
Copyright © 2020 SAP SE. All rights reserved.