(final long i)
| 54 | } |
| 55 | |
| 56 | @Override |
| 57 | public Item get(final long i) throws QueryException { |
| 58 | final QueryFocus qf = qc.focus; |
| 59 | final Value qv = qf.value; |
| 60 | try { |
| 61 | qf.value = iter1.get(i); |
| 62 | return exprs[1].item(qc, info); |
| 63 | } finally { |
| 64 | qf.value = qv; |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | @Override |
| 69 | public long size() { |