@return An iterator which iterates over all the fields of this tuple
()
| 123 | * An iterator which iterates over all the fields of this tuple |
| 124 | * */ |
| 125 | public Iterator<Field> fields() |
| 126 | { |
| 127 | // some code goes here |
| 128 | return this.fieldList.iterator(); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * reset the TupleDesc of this tuple (only affecting the TupleDesc) |