Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for highwayFingerprint64 (0.08 sec)

  1. guava-tests/test/com/google/common/hash/HashingTest.java

        // The following legacy hashing function methods have been covered by unit testing already.
        ImmutableSet<String> legacyHashingMethodNames =
            ImmutableSet.of("murmur2_64", "fprint96", "highwayFingerprint64", "highwayFingerprint128");
        return method.getReturnType().equals(HashFunction.class) // must return HashFunction
            && Modifier.isPublic(method.getModifiers()) // only the public methods
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 09 17:40:09 UTC 2024
    - 26.3K bytes
    - Viewed (0)
Back to top