Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for topLevelClassIsNotSupertypeDueToTypeParameter (0.54 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: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 20.4K 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: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top