Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testKeySetIteratorRemove (0.19 seconds)

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

        assertThat(bimap.inverse().values())
            .containsExactly(Currency.DOLLAR, Currency.PESO, Currency.FRANC)
            .inOrder();
      }
    
      public void testKeySetIteratorRemove() {
        // The enum orderings are alphabetical, leading to the bimap and its inverse
        // having inconsistent iteration orderings.
        Map<Currency, Country> map =
            ImmutableMap.of(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 11.9K bytes
    - Click Count (0)
Back to Top