Class HashFunctionParser
- java.lang.Object
-
- com.github.benmanes.caffeine.cache.simulator.admission.tinycache.HashFunctionParser
-
public final class HashFunctionParser extends Object
This is a hash function and parser tp simplify parsing the hash value, it split it to . This class provide hash utilities, and parse the items.
-
-
Field Summary
Fields Modifier and Type Field Description com.github.benmanes.caffeine.cache.simulator.admission.tinycache.HashedItemfpaux
-
Constructor Summary
Constructors Constructor Description HashFunctionParser(int nrSets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.benmanes.caffeine.cache.simulator.admission.tinycache.HashedItemcreateHash(long item)
-
-
-
Method Detail
-
createHash
@CanIgnoreReturnValue public com.github.benmanes.caffeine.cache.simulator.admission.tinycache.HashedItem createHash(long item)
-
-