Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findConstructor (0.2 sec)

  1. guava/src/com/google/common/hash/Hashing.java

             * (https://stackoverflow.com/a/22321671/28465), but I'd have to benchmark more carefully to
             * even detect it.
             */
            return MethodHandles.lookup()
                .findConstructor(clazz, methodType(void.class))
                .asType(methodType(Checksum.class));
          } catch (ClassNotFoundException e) {
            // We check that the class is available before calling this method.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 09 00:37:15 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top