Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testKeySetIteratorRemove (0.32 sec)

  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(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Feb 26 16:35:21 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top