Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DelegatingInvocationHandlerWithEquals (0.29 sec)

  1. 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;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 28 02:48:50 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top