Searched refs:hashCopy (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ArrayTableTest.java | 113 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()
|
D | AbstractTableReadTest.java | 124 Table<String, Integer, Character> hashCopy = HashBasedTable.create(table); in testEquals() local 135 .addEqualityGroup(table, hashCopy, reordered) in testEquals()
|