Home
last modified time | relevance | path

Searched refs:hashCopy (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DArrayTableTest.java113 Table<String, Integer, Character> hashCopy = HashBasedTable.create(); in testEquals() local
114 hashCopy.put("foo", 1, 'a'); in testEquals()
115 hashCopy.put("bar", 1, 'b'); in testEquals()
116 hashCopy.put("foo", 3, 'c'); in testEquals()
128 .addEqualityGroup(hashCopy) in testEquals()
DAbstractTableReadTest.java124 Table<String, Integer, Character> hashCopy = HashBasedTable.create(table); in testEquals() local
135 .addEqualityGroup(table, hashCopy, reordered) in testEquals()