/external/guava/guava/src/com/google/common/collect/ |
ImmutableBiMap.java | 25 * not permit null keys or values. An {@code ImmutableBiMap} and its inverse 28 * <p>An instance of {@code ImmutableBiMap} contains its own data and will 29 * <i>never</i> change. {@code ImmutableBiMap} is convenient for 41 public abstract class ImmutableBiMap<K, V> extends ImmutableMap<K, V> 49 public static <K, V> ImmutableBiMap<K, V> of() { 50 return (ImmutableBiMap<K, V>) EmptyImmutableBiMap.INSTANCE; 56 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { 65 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { 74 public static <K, V> ImmutableBiMap<K, V> of( 84 public static <K, V> ImmutableBiMap<K, V> of [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableBiMap.java | 24 * GWT emulation of {@link ImmutableBiMap}. 28 public abstract class ImmutableBiMap<K, V> extends ForwardingImmutableMap<K, V> 33 public static <K, V> ImmutableBiMap<K, V> of() { 34 return (ImmutableBiMap<K, V>) EmptyImmutableBiMap.INSTANCE; 37 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { 42 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { 46 public static <K, V> ImmutableBiMap<K, V> of( 52 public static <K, V> ImmutableBiMap<K, V> of( 58 public static <K, V> ImmutableBiMap<K, V> of( 82 @Override public ImmutableBiMap<K, V> build() [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ImmutableBiMapTest.java | 23 import com.google.common.collect.ImmutableBiMap.Builder; 35 * Tests for {@link ImmutableBiMap}. 82 return ImmutableBiMap.of(); 86 return ImmutableBiMap.of("one", 1, "two", 2, "three", 3); 101 return ImmutableBiMap.of(); 105 return ImmutableBiMap.of(1, "one", 2, "two", 3, "three").inverse(); 119 ImmutableBiMap<String, Integer> map 123 assertSame(ImmutableBiMap.of(), map); 127 ImmutableBiMap<String, Integer> map = new Builder<String, Integer>() 135 ImmutableBiMap<String, Integer> ma [all...] |
/external/guava/guava-testlib/test/com/google/common/testing/ |
ArbitraryInstancesTest.java | 30 import com.google.common.collect.ImmutableBiMap; 196 assertEquals(ImmutableBiMap.of(), ArbitraryInstances.get(BiMap.class)); 197 assertEquals(ImmutableBiMap.of(), ArbitraryInstances.get(ImmutableBiMap.class));
|
FreshValueGeneratorTest.java | 33 import com.google.common.collect.ImmutableBiMap; 260 assertFreshInstance(new TypeToken<ImmutableBiMap<String, Integer>>() {}); 263 ImmutableBiMap.of(generator.generate(String.class), generator.generate(int.class)), 265 new TypeToken<ImmutableBiMap<String, Integer>>() {})); [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableBiMapTest.java | 24 import com.google.common.collect.ImmutableBiMap.Builder; 46 * Tests for {@link ImmutableBiMap}. 65 .named("ImmutableBiMap") 74 .named("ImmutableBiMap.copyOf") 123 return ImmutableBiMap.of(); 127 return ImmutableBiMap.of("one", 1, "two", 2, "three", 3); 142 return ImmutableBiMap.of(); 146 return ImmutableBiMap.of(1, "one", 2, "two", 3, "three").inverse(); 160 ImmutableBiMap<String, Integer> map 164 assertSame(ImmutableBiMap.of(), map) [all...] |
/external/owasp/sanitizer/distrib/lib/ |
guava.jar | |
/external/owasp/sanitizer/lib/guava-libraries/ |
guava.jar | |
/packages/services/Telecomm/libs/ |
guava.jar | |
/prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/ |
guava-10.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.2/ |
haha-2.0.2.jar | |
/prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/ |
auto-value-1.3.jar | |
/prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/ |
auto-value-1.3-rc1.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/ |
gradle-tooling-api-2.0.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/ |
gradle-tooling-api-2.1.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/ |
gradle-tooling-api-2.2.jar | |
/external/testng/ant/3rdparty/ |
doclava-1.0.3.jar | |
/cts/tests/libcore/javautilcollections/libs/ |
guava-20.0.jar | |
/external/dagger2/lib/ |
auto-value-1.0.jar | |
google-java-format-0.1-20151017.042846-2.jar | |
/external/guice/lib/ |
guava-16.0.1.jar | |
/frameworks/data-binding/prebuilds/1.0-rc0/ |
databinding-studio-bundle.jar | |
/packages/apps/Messaging/build/gcheckstyle/ |
google-style-checker_deploy.jar | |
/prebuilts/devtools/tools/lib/ |
guava-13.0.1.jar | |
guava-17.0.jar | |