package gnu.trove; import java.io.Serializable; /* loaded from: classes2.dex */ public interface TByteHashingStrategy extends Serializable { int computeHashCode(byte b); }