Home
last modified time | relevance | path

Searched defs:biMap (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java1106 ImmutableBiMap<String, Integer> biMap = in testAsConverter_nominal() local
1117 ImmutableBiMap<String, Integer> biMap = in testAsConverter_inverse() local
1128 ImmutableBiMap<String, Integer> biMap = in testAsConverter_noMapping() local
1141 ImmutableBiMap<String, Integer> biMap = in testAsConverter_nullConversions() local
1151 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_isAView() local
1172 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_withNullMapping() local
1184 ImmutableBiMap<String, Integer> biMap = in testAsConverter_toString() local
1193 ImmutableBiMap<String, Integer> biMap = in testAsConverter_serialization() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DMapsTest.java1106 ImmutableBiMap<String, Integer> biMap = in testAsConverter_nominal() local
1117 ImmutableBiMap<String, Integer> biMap = in testAsConverter_inverse() local
1128 ImmutableBiMap<String, Integer> biMap = in testAsConverter_noMapping() local
1141 ImmutableBiMap<String, Integer> biMap = in testAsConverter_nullConversions() local
1151 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_isAView() local
1172 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_withNullMapping() local
1184 ImmutableBiMap<String, Integer> biMap = in testAsConverter_toString() local
1193 ImmutableBiMap<String, Integer> biMap = in testAsConverter_serialization() local
DImmutableBiMapTest.java671 ImmutableBiMap<String, Integer> biMap = zis.combine(zat).build(); in testToImmutableBiMap_java7_combine() local
/external/guava/android/guava/src/com/google/common/collect/
DHashBiMap.java682 final HashBiMap<K, V> biMap; field in HashBiMap.View
684 View(HashBiMap<K, V> biMap) { in View()
1040 InverseEntrySet(HashBiMap<K, V> biMap) { in InverseEntrySet()
1085 final HashBiMap<K, V> biMap; field in EntryForValue
1089 EntryForValue(HashBiMap<K, V> biMap, int index) { in EntryForValue()