/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | EnumHashBiMapTest.java | 65 BiMap<Country, String> result = EnumHashBiMap.create(Country.class); in create() 124 EnumHashBiMap<Currency, String> bimap = EnumHashBiMap.create(Currency.class); in testCreate() 140 EnumHashBiMap<Currency, String> bimap = EnumHashBiMap.create(map); in testCreateFromMap() 146 EnumHashBiMap.create(Collections.<Currency, String>emptyMap()); in testCreateFromMap() 152 Map<Currency, String> emptyBimap = EnumHashBiMap.create(Currency.class); in testCreateFromMap() 153 bimap = EnumHashBiMap.create(emptyBimap); in testCreateFromMap() 158 EnumHashBiMap<Currency, Country> bimap2 = EnumHashBiMap.create(emptyBimap2); in testCreateFromMap() 164 EnumHashBiMap<Currency, String> bimap1 = EnumHashBiMap.create(Currency.class); in testEnumHashBiMapConstructor() 166 EnumHashBiMap<Currency, String> bimap2 = EnumHashBiMap.create(bimap1); in testEnumHashBiMapConstructor() 175 EnumHashBiMap<Currency, String> emptyBimap = EnumHashBiMap.create(Currency.class); in testEnumHashBiMapConstructor() [all …]
|
D | EnumBiMapTest.java | 157 EnumBiMap.create(EnumHashBiMap.<Currency, Country>create(Currency.class)); in testCreateFromMap()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | EnumHashBiMapTest.java | 65 BiMap<Country, String> result = EnumHashBiMap.create(Country.class); in create() 124 EnumHashBiMap<Currency, String> bimap = EnumHashBiMap.create(Currency.class); in testCreate() 140 EnumHashBiMap<Currency, String> bimap = EnumHashBiMap.create(map); in testCreateFromMap() 146 EnumHashBiMap.create(Collections.<Currency, String>emptyMap()); in testCreateFromMap() 152 Map<Currency, String> emptyBimap = EnumHashBiMap.create(Currency.class); in testCreateFromMap() 153 bimap = EnumHashBiMap.create(emptyBimap); in testCreateFromMap() 158 EnumHashBiMap<Currency, Country> bimap2 = EnumHashBiMap.create(emptyBimap2); in testCreateFromMap() 164 EnumHashBiMap<Currency, String> bimap1 = EnumHashBiMap.create(Currency.class); in testEnumHashBiMapConstructor() 166 EnumHashBiMap<Currency, String> bimap2 = EnumHashBiMap.create(bimap1); in testEnumHashBiMapConstructor() 175 EnumHashBiMap<Currency, String> emptyBimap = EnumHashBiMap.create(Currency.class); in testEnumHashBiMapConstructor() [all …]
|
D | EnumBiMapTest.java | 157 EnumBiMap.create(EnumHashBiMap.<Currency, Country>create(Currency.class)); in testCreateFromMap()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | EnumHashBiMap.java | 44 public final class EnumHashBiMap<K extends Enum<K>, V> extends AbstractBiMap<K, V> { class 52 public static <K extends Enum<K>, V> EnumHashBiMap<K, V> create(Class<K> keyType) { in create() 53 return new EnumHashBiMap<>(keyType); in create() 66 public static <K extends Enum<K>, V> EnumHashBiMap<K, V> create(Map<K, ? extends V> map) { in create() 67 EnumHashBiMap<K, V> bimap = create(EnumBiMap.inferKeyType(map)); in create() 72 private EnumHashBiMap(Class<K> keyType) { in EnumHashBiMap() method in EnumHashBiMap
|
D | EnumBiMap.java | 81 if (map instanceof EnumHashBiMap) { in inferKeyType() 82 return ((EnumHashBiMap<K, ?>) map).keyType(); in inferKeyType()
|
/external/guava/guava/src/com/google/common/collect/ |
D | EnumHashBiMap.java | 44 public final class EnumHashBiMap<K extends Enum<K>, V> extends AbstractBiMap<K, V> { class 52 public static <K extends Enum<K>, V> EnumHashBiMap<K, V> create(Class<K> keyType) { in create() 53 return new EnumHashBiMap<>(keyType); in create() 66 public static <K extends Enum<K>, V> EnumHashBiMap<K, V> create(Map<K, ? extends V> map) { in create() 67 EnumHashBiMap<K, V> bimap = create(EnumBiMap.inferKeyType(map)); in create() 72 private EnumHashBiMap(Class<K> keyType) { in EnumHashBiMap() method in EnumHashBiMap
|
D | EnumBiMap.java | 81 if (map instanceof EnumHashBiMap) { in inferKeyType() 82 return ((EnumHashBiMap<K, ?>) map).keyType(); in inferKeyType()
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/testng/ant/3rdparty/ |
D | doclava-1.0.3.jar | META-INF/MANIFEST.MF
assets/html/index.html
assets/templates/data ... |
/external/guice/lib/ |
D | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
D | guava-21.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/cldr/tools/java/libs/ |
D | guava.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
D | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/dagger2/java/dagger/internal/codegen/kythe/ |
D | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |