Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testToImmutableBiMap_java7_combine (0.34 seconds)

  1. android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java

        assertThat(expected).hasMessageThat().containsMatch("1|2");
      }
    
      // TODO(b/172823566): Use mainline testToImmutableBiMap once CollectorTester is usable to java7.
      public void testToImmutableBiMap_java7_combine() {
        ImmutableBiMap.Builder<String, Integer> zis =
            ImmutableBiMap.<String, Integer>builder().put("one", 1);
        ImmutableBiMap.Builder<String, Integer> zat =
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 21.4K bytes
    - Click Count (0)
Back to Top