/** * Returns a string representation of the specified table range. Can be called for debugging. * * @param start start pre value * @param end end pre value * @return table */ final String toString(final int start, final int end) { return string(InfoStorage.table(this, start, end)); }