Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TypeVariableInvocationHandler (0.17 seconds)

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

                && Proxy.isProxyClass(obj.getClass())
                && Proxy.getInvocationHandler(obj) instanceof TypeVariableInvocationHandler) {
              TypeVariableInvocationHandler typeVariableInvocationHandler =
                  (TypeVariableInvocationHandler) Proxy.getInvocationHandler(obj);
              TypeVariableImpl<?> that = typeVariableInvocationHandler.typeVariableImpl;
              return name.equals(that.getName())
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Oct 31 19:34:24 GMT 2025
    - 24.3K bytes
    - Click Count (0)
Back to Top