588589590591592593594
/** * <p> This method converts the given <code>int</code> to a * <code>RowKey</code>.</p> */ protected RowKey getRowKey(int index) { return new IndexRowKey(index); }