Find the size of the tuple. Used to be called arity(). @return number of fields in the tuple.
()
| 99 | * @return number of fields in the tuple. |
| 100 | */ |
| 101 | @Override |
| 102 | public int size() { |
| 103 | return mFields.size(); |
| 104 | } |
| 105 | |
| 106 | /** |
| 107 | * Get the value in a given field. |