4445464748495051525354
HashType hashType = HashType.valueOf(hashConf); HashFunction fun = null; switch (hashType) { case FNV: fun = new FnvHashFunction(); break; case JENKINS: fun = new JenkinsHashFunction(); break; default: