open operator override fun get(index: Int): T Returns the row at index. If the row is not in the currently cached page, a new page is loaded around that index. Out-of-range indices propagate the underlying IndexOutOfBoundsException from the loaded page.