Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for newDelegatingList (0.05 seconds)

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

      public void testEquals() {
        new EqualsTester()
            .addEqualityGroup(newDelegatingList(LIST1))
            // Actually, this violates List#equals contract.
            // But whatever, no one is going to proxy List (hopefully).
            .addEqualityGroup(newDelegatingList(LIST1))
            .addEqualityGroup(newDelegatingList(LIST2))
            .addEqualityGroup(
                newProxyWithEqualsForInterfaces(List.class, Runnable.class),
    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