Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  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;
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sat Dec 28 02:48:50 GMT 2024
    - 5.7K bytes
    - Click Count (0)
Back to Top