()
| 261 | @Override |
| 262 | public Iterator<TableRef> iterator() { return tableRefs_.iterator(); } |
| 263 | public int size() { return tableRefs_.size(); } |
| 264 | public TableRef get(int i) { return tableRefs_.get(i); } |
| 265 | public void set(int i, TableRef tableRef) { tableRefs_.set(i, tableRef); } |
| 266 | public void add(TableRef t) { tableRefs_.add(t); } |
no outgoing calls