Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for suppressForTreeMapNatural (0.1 sec)

  1. android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6MapTests.java

    public class OpenJdk6MapTests extends TestsForMapsInJavaUtil {
      public static Test suite() {
        return new OpenJdk6MapTests().allTests();
      }
    
      @Override
      protected Collection<Method> suppressForTreeMapNatural() {
        return asList(
            getPutNullKeyUnsupportedMethod(),
            getPutAllNullKeyUnsupportedMethod(),
            getCreateWithNullKeyUnsupportedMethod(),
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:05:46 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top