Searched refs:mapOne (Results 1 – 3 of 3) sorted by relevance
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableBiMapTest.java | 276 ImmutableBiMap<String, Integer> mapOne = builder in testBuilderReuse() local 285 assertMapEquals(mapOne, "one", 1, "two", 2); in testBuilderReuse() 286 assertMapEquals(mapOne.inverse(), 1, "one", 2, "two"); in testBuilderReuse()
|
D | ImmutableMapTest.java | 377 ImmutableMap<String, Integer> mapOne = builder in testBuilderReuse() local 386 assertMapEquals(mapOne, "one", 1, "two", 2); in testBuilderReuse()
|
D | ImmutableSortedMapTest.java | 416 ImmutableSortedMap<String, Integer> mapOne = builder in testBuilderReuse() local 425 assertMapEquals(mapOne, "one", 1, "two", 2); in testBuilderReuse()
|