Initial commit
This commit is contained in:
8
sources/com/google/common/hash/HashFunction.java
Normal file
8
sources/com/google/common/hash/HashFunction.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package com.google.common.hash;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public interface HashFunction {
|
||||
<T> HashCode a(T t, Funnel<? super T> funnel);
|
||||
|
||||
Hasher a();
|
||||
}
|
||||
Reference in New Issue
Block a user