Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DTreeBasedTableTest.java428 SortedMap<Integer, Character> subRow = row.tailMap(2); in testSubRowClearAndPut() local
433 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
436 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
442 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local