Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testKeySetCharacteristics (0.08 seconds)

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

            .that(spliterator.characteristics() & expectedCharacteristics)
            .isEqualTo(expectedCharacteristics);
      }
    
      @GwtIncompatible
      @J2ktIncompatible
      public void testKeySetCharacteristics() {
        int expectedCharacteristics = Spliterator.ORDERED | Spliterator.NONNULL;
        assertThat(
                immutableEnumMap(ImmutableMap.of(AnEnum.A, "a"))
                        .keySet()
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 26 20:08:09 GMT 2025
    - 6.7K bytes
    - Click Count (0)
Back to Top