Searched defs:hasher (Results 1 – 1 of 1) sorted by relevance
188 private static MethodHandle hasher(Class<?> clazz) { in hasher() method in ObjectMethods240 MethodHandle hasher = hasher(getter.type().returnType()); // (T)I in makeHashCode() local