Interface HashFunction
-
- All Known Implementing Classes:
HashFunctionDefault
,HashFunctionMurmur3
public interface HashFunction
Created by kaufmannkr on 1/21/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
hashCode(String s)
-
-
-
Method Detail
-
hashCode
int hashCode(String s)
-
-