Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for trustedsec (0.17 sec)

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

      }
    
      @Override
      @CheckForNull
      public <T extends B> T getInstance(TypeToken<T> type) {
        return trustedGet(type.rejectTypeVariables());
      }
    
      @Override
      @CheckForNull
      public <T extends B> T getInstance(Class<T> type) {
        return trustedGet(TypeToken.of(type));
      }
    
      /**
       * Guaranteed to throw an exception and leave the map unmodified.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Feb 01 20:46:24 GMT 2022
    - 5.6K bytes
    - Viewed (0)
Back to top