Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for doing (0.15 sec)

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

        AB ab = new AB();
        BA ba = new BA();
        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),
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Apr 17 15:49:06 GMT 2023
    - 5.8K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/reflect/AbstractInvocationHandlerTest.java

        AB ab = new AB();
        BA ba = new BA();
        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),
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Apr 17 15:49:06 GMT 2023
    - 5.8K bytes
    - Viewed (0)
Back to top