Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for topLevelClassIsNotSupertypeDueToTypeParameter (0.62 sec)

  1. guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

            Mall<Indoor>.Retailer<Electronics> shop) {
          return isSubtype(shop);
        }
    
        @TestSubtype
        public Comparator<Electronics> topLevelClassIsNotSupertypeDueToTypeParameter(
            Mall<Indoor>.Retailer<Grocery> shop) {
          return notSubtype(shop);
        }
    
        @TestSubtype
        public Comparator<Electronics> topLevelClassIsNotSupertype(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

            Mall<Indoor>.Retailer<Electronics> shop) {
          return isSubtype(shop);
        }
    
        @TestSubtype
        public Comparator<Electronics> topLevelClassIsNotSupertypeDueToTypeParameter(
            Mall<Indoor>.Retailer<Grocery> shop) {
          return notSubtype(shop);
        }
    
        @TestSubtype
        public Comparator<Electronics> topLevelClassIsNotSupertype(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top