Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-tests/test/com/google/common/reflect/AbstractInvocationHandlerTest.java

        }
      }
    
      private static class DelegatingInvocationHandlerWithEquals extends DelegatingInvocationHandler {
    
        DelegatingInvocationHandlerWithEquals(Object delegate) {
          super(delegate);
        }
    
        @Override
        public boolean equals(@Nullable Object obj) {
          if (obj instanceof DelegatingInvocationHandlerWithEquals) {
            DelegatingInvocationHandlerWithEquals that = (DelegatingInvocationHandlerWithEquals) obj;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Mar 12 17:47:10 GMT 2026
    - 5.8K bytes
    - Click Count (0)
Back to Top