Initial commit
This commit is contained in:
8
sources/gnu/trove/TByteHashingStrategy.java
Normal file
8
sources/gnu/trove/TByteHashingStrategy.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package gnu.trove;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/* loaded from: classes2.dex */
|
||||
public interface TByteHashingStrategy extends Serializable {
|
||||
int computeHashCode(byte b);
|
||||
}
|
||||
Reference in New Issue
Block a user