Returns the item at the given position. The specified value must be lie within the valid bounds. @param index index position @return item
(long index)
| 80 | * @return item |
| 81 | */ |
| 82 | public abstract Item itemAt(long index); |
| 83 | |
| 84 | @Override |
| 85 | public final BasicIter<Item> iter(final QueryContext qc) { |
no outgoing calls