Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for substitutor (0.31 sec)

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

      /** Returns the represented type. */
      public final Type getType() {
        return runtimeType;
      }
    
      /**
       * Returns a new {@code TypeToken} where type variables represented by {@code typeParam} are
       * substituted by {@code typeArg}. For example, it can be used to construct {@code Map<K, V>} for
       * any {@code K} and {@code V} type:
       *
       * <pre>{@code
       * static <K, V> TypeToken<Map<K, V>> mapOf(
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jun 26 21:02:13 GMT 2023
    - 53.6K bytes
    - Viewed (0)
Back to top