Home
last modified time | relevance | path

Searched defs:subRow (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DTreeBasedTableTest.java443 SortedMap<Integer, Character> subRow = row.tailMap(2); in testSubRowClearAndPut() local
448 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
451 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
457 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DTreeBasedTableTest.java443 SortedMap<Integer, Character> subRow = row.tailMap(2); in testSubRowClearAndPut() local
448 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
451 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
457 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local