Create an empty tuple. This should be used as infrequently as possible, use newTuple(int) instead. @return Empty new tuple.
()
| 103 | * @return Empty new tuple. |
| 104 | */ |
| 105 | public abstract Tuple newTuple(); |
| 106 | |
| 107 | /** |
| 108 | * Create a tuple with size fields. Whenever possible this is preferred |
no outgoing calls