Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isProxyClass (0.14 sec)

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

            // the proxy type may not be the same.
            // We first check isProxyClass() so that the common case of comparing with non-proxy objects
            // is efficient.
            || (Proxy.isProxyClass(arg.getClass())
                && Arrays.equals(arg.getClass().getInterfaces(), proxyClass.getInterfaces()));
      }
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Jan 05 17:43:40 GMT 2022
    - 5.2K bytes
    - Viewed (0)
Back to top