Searched defs:subRow (Results 1 – 2 of 2) sorted by relevance
428 SortedMap<Integer, Character> subRow = row.tailMap(2); in testSubRowClearAndPut() local433 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local436 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local442 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
152 shiftSubRow_: function(subRow, amount) { argument