(int i, TableRef tableRef)
| 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); } |
| 267 | public void add(int i, TableRef t) { tableRefs_.add(i, t); } |
| 268 | } |
no outgoing calls
no test coverage detected