Home
last modified time | relevance | path

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

/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DArrayTableTest.java114 Table<String, Integer, Character> hashCopy = HashBasedTable.create(); in testEquals() local
115 hashCopy.put("foo", 1, 'a'); in testEquals()
116 hashCopy.put("bar", 1, 'b'); in testEquals()
117 hashCopy.put("foo", 3, 'c'); in testEquals()
129 .addEqualityGroup(hashCopy) in testEquals()
DAbstractTableReadTest.java122 Table<String, Integer, Character> hashCopy = HashBasedTable.create(table); in testEquals() local
133 .addEqualityGroup(table, hashCopy, reordered) in testEquals()
/external/guava/guava-tests/test/com/google/common/collect/
DArrayTableTest.java116 Table<String, Integer, Character> hashCopy = HashBasedTable.create(); in testEquals() local
117 hashCopy.put("foo", 1, 'a'); in testEquals()
118 hashCopy.put("bar", 1, 'b'); in testEquals()
119 hashCopy.put("foo", 3, 'c'); in testEquals()
131 .addEqualityGroup(hashCopy) in testEquals()
DAbstractTableReadTest.java124 Table<String, Integer, Character> hashCopy = HashBasedTable.create(table); in testEquals() local
135 .addEqualityGroup(table, hashCopy, reordered) in testEquals()