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