@return An iterator which iterates over all the field TDItems that are included in this TupleDesc
()
| 53 | * that are included in this TupleDesc |
| 54 | * */ |
| 55 | public Iterator<TDItem> iterator() { |
| 56 | // some code goes here |
| 57 | return this.tupleDescList.iterator(); |
| 58 | } |
| 59 | |
| 60 | private static final long serialVersionUID = 1L; |
| 61 |