Searched defs:biMap (Results 1 – 5 of 5) sorted by relevance
/external/connectedappssdk/processor/src/main/resources/parcelablewrappers/ |
D | ParcelableImmutableBiMap.java | 36 private final ImmutableBiMap<E, F> biMap; field in ParcelableImmutableBiMap 44 Bundler bundler, BundlerType type, ImmutableBiMap<E, F> biMap) { in of() 52 private ParcelableImmutableBiMap(Bundler bundler, BundlerType type, ImmutableBiMap<E, F> biMap) { in ParcelableImmutableBiMap()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 1132 ImmutableBiMap<String, Integer> biMap = in testAsConverter_nominal() local 1143 ImmutableBiMap<String, Integer> biMap = in testAsConverter_inverse() local 1154 ImmutableBiMap<String, Integer> biMap = in testAsConverter_noMapping() local 1167 ImmutableBiMap<String, Integer> biMap = in testAsConverter_nullConversions() local 1177 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_isAView() local 1198 BiMap<String, @Nullable Integer> biMap = HashBiMap.create(); in testAsConverter_withNullMapping() local 1210 ImmutableBiMap<String, Integer> biMap = in testAsConverter_toString() local 1219 ImmutableBiMap<String, Integer> biMap = in testAsConverter_serialization() local
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 1132 ImmutableBiMap<String, Integer> biMap = in testAsConverter_nominal() local 1143 ImmutableBiMap<String, Integer> biMap = in testAsConverter_inverse() local 1154 ImmutableBiMap<String, Integer> biMap = in testAsConverter_noMapping() local 1167 ImmutableBiMap<String, Integer> biMap = in testAsConverter_nullConversions() local 1177 BiMap<String, Integer> biMap = HashBiMap.create(); in testAsConverter_isAView() local 1198 BiMap<String, @Nullable Integer> biMap = HashBiMap.create(); in testAsConverter_withNullMapping() local 1210 ImmutableBiMap<String, Integer> biMap = in testAsConverter_toString() local 1219 ImmutableBiMap<String, Integer> biMap = in testAsConverter_serialization() local
|
D | ImmutableBiMapTest.java | 596 ImmutableBiMap<String, Integer> biMap = zis.combine(zat).build(); in testToImmutableBiMap_java7_combine() local
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | HashBiMap.java | 683 final HashBiMap<K, V> biMap; field in HashBiMap.View 685 View(HashBiMap<K, V> biMap) { in View() 1041 InverseEntrySet(HashBiMap<K, V> biMap) { in InverseEntrySet() 1086 final HashBiMap<K, V> biMap; field in EntryForValue 1090 EntryForValue(HashBiMap<K, V> biMap, int index) { in EntryForValue()
|