Searched refs:MethodKey (Results 1 – 1 of 1) sorted by relevance
91 return ACCESSOR_IMPLEMENTATIONS.get(new MethodKey(name, parameters)); in getImplementation()94 private static final Map<MethodKey, Method> ACCESSOR_IMPLEMENTATIONS;100 HashMap<MethodKey, Method> accessorMethods = HashMap.newHashMap(4 * 9 * 2);104 new MethodKey(m.getName(), Arrays.asList(m.getParameterTypes())), m); in accessorMethods.put()110 private static final class MethodKey { class in DirectMethodHandle114 MethodKey(String name, List<Class<?>> arguments) { in MethodKey() method in DirectMethodHandle.MethodKey126 if (obj instanceof MethodKey methodKey) { in equals()