Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for suppressForCheckedList (0.22 sec)

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

      }
    
      @Override
      protected Collection<Method> suppressForArraysAsList() {
        return Arrays.asList(getToArrayIsPlainObjectArrayMethod());
      }
    
      @Override
      protected Collection<Method> suppressForCheckedList() {
        return Arrays.asList(
            CollectionAddTester.getAddNullSupportedMethod(),
            getAddSupportedNullPresentMethod(),
            ListAddAtIndexTester.getAddNullSupportedMethod(),
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Dec 04 17:37:03 GMT 2017
    - 1.9K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/collect/testing/TestsForListsInJavaUtil.java

            getListIteratorFullyModifiableMethod());
      }
    
      protected Collection<Method> suppressForUnmodifiableList() {
        return Collections.emptySet();
      }
    
      protected Collection<Method> suppressForCheckedList() {
        return Collections.emptySet();
      }
    
      protected Collection<Method> suppressForAbstractList() {
        return Collections.emptySet();
      }
    
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Dec 04 17:37:03 GMT 2017
    - 11.6K bytes
    - Viewed (0)
  3. android/guava-testlib/test/com/google/common/collect/testing/OpenJdk6ListTests.java

      }
    
      @Override
      protected Collection<Method> suppressForArraysAsList() {
        return Arrays.asList(getToArrayIsPlainObjectArrayMethod());
      }
    
      @Override
      protected Collection<Method> suppressForCheckedList() {
        return Arrays.asList(
            CollectionAddTester.getAddNullSupportedMethod(),
            getAddSupportedNullPresentMethod(),
            ListAddAtIndexTester.getAddNullSupportedMethod(),
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Dec 04 17:37:03 GMT 2017
    - 1.9K bytes
    - Viewed (0)
  4. guava-testlib/src/com/google/common/collect/testing/TestsForListsInJavaUtil.java

      }
    
      protected Collection<Method> suppressForUnmodifiableList() {
        return Collections.emptySet();
      }
    
      protected Collection<Method> suppressForCheckedList() {
        return Collections.emptySet();
      }
    
      protected Collection<Method> suppressForAbstractList() {
        return Collections.emptySet();
      }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Dec 04 17:37:03 GMT 2017
    - 12.1K bytes
    - Viewed (0)
Back to top