HomeSort by relevance Sort by last modified time
    Searched defs:ImmutableBiMap (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /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 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-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/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.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/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 

Completed in 502 milliseconds

1 2 3 4 5 6