Searched defs:biMap (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MapsTest.java | 814 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_nominal() local 824 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_inverse() local 834 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_noMapping() local 846 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_nullConversions() local 855 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_isAView() local 876 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_withNullMapping() local 888 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_toString() local 896 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_serialization() local
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 1122 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_nominal() local 1132 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_inverse() local 1142 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_noMapping() local 1154 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_nullConversions() local 1163 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_isAView() local 1184 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_withNullMapping() local 1196 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_toString() local 1204 ImmutableBiMap<String, Integer> biMap = ImmutableBiMap.of( in testAsConverter_serialization() local
|