Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for composant (0.17 sec)

  1. guava-tests/test/com/google/common/collect/ForwardingMapTest.java

          // Generally, methods that accept java.util.function.* instances
          // don't like to get null values.  We generate them dynamically
          // using Proxy so that we can have Java 7 compliant code.
          return Reflection.newProxy(
              rawType,
              new AbstractInvocationHandler() {
                @Override
                public Object handleInvocation(Object proxy, Method method, Object[] args) {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Apr 19 19:24:36 GMT 2023
    - 12.7K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/ForwardingMapTest.java

          // Generally, methods that accept java.util.function.* instances
          // don't like to get null values.  We generate them dynamically
          // using Proxy so that we can have Java 7 compliant code.
          return Reflection.newProxy(
              rawType,
              new AbstractInvocationHandler() {
                @Override
                public Object handleInvocation(Object proxy, Method method, Object[] args) {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Apr 19 19:24:36 GMT 2023
    - 12.7K bytes
    - Viewed (0)
Back to top