Searched refs:remainings (Results 1 – 1 of 1) sorted by relevance
215 final int remainings = numKeys % numColumns; in getTopRowEmptySlots() local216 return remainings == 0 ? 0 : numColumns - remainings; in getTopRowEmptySlots()