- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for pickFunction (0.06 sec)
-
guava/src/com/google/common/hash/Hashing.java
@Override public HashFunction get() { return Crc32cHashFunction.CRC_32_C; } }; static final HashFunction HASH_FUNCTION = pickFunction().get(); private static Crc32CSupplier pickFunction() { Crc32CSupplier[] functions = values(); if (functions.length == 1) { // We're running under J2ObjC. return functions[0]; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:06:57 UTC 2025 - 31.1K bytes - Viewed (0)