- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for AbstractCompositeHashFunction (0.1 seconds)
-
guava/src/com/google/common/hash/AbstractCompositeHashFunction.java
* * @author Dimitris Andreou */ @Immutable abstract class AbstractCompositeHashFunction extends AbstractHashFunction { @SuppressWarnings("Immutable") // array not modified after creation final HashFunction[] functions; AbstractCompositeHashFunction(HashFunction... functions) { for (HashFunction function : functions) { checkNotNull(function); }Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Feb 13 17:34:21 GMT 2025 - 5.3K bytes - Click Count (0)