Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SubFoo (0.09 sec)

  1. guava/src/com/google/common/reflect/TypeToken.java

          WildcardType your = canonicalizeWildcardType(declaration, (WildcardType) formalType);
          // if "formalType" is <? extends Foo>, "this" can be:
          // Foo, SubFoo, <? extends Foo>, <? extends SubFoo>, <T extends Foo> or
          // <T extends SubFoo>.
          // if "formalType" is <? super Foo>, "this" can be:
          // Foo, SuperFoo, <? super Foo> or <? super SuperFoo>.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/TypeToken.java

          WildcardType your = canonicalizeWildcardType(declaration, (WildcardType) formalType);
          // if "formalType" is <? extends Foo>, "this" can be:
          // Foo, SubFoo, <? extends Foo>, <? extends SubFoo>, <T extends Foo> or
          // <T extends SubFoo>.
          // if "formalType" is <? super Foo>, "this" can be:
          // Foo, SuperFoo, <? super Foo> or <? super SuperFoo>.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/reflect/TypeResolver.java

              // subtyping between declared type bound and actual type bound. So it's possible that we
              // may generate something like <capture#1-of ? extends Foo&SubFoo>.
              // Checking subtype between declared and actual type bounds
              // adds recursive isSubtypeOf() call and feels complicated.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 24.2K bytes
    - Viewed (0)
  4. guava/src/com/google/common/reflect/TypeResolver.java

              // subtyping between declared type bound and actual type bound. So it's possible that we
              // may generate something like <capture#1-of ? extends Foo&SubFoo>.
              // Checking subtype between declared and actual type bounds
              // adds recursive isSubtypeOf() call and feels complicated.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 24.2K bytes
    - Viewed (0)
Back to top