break;
}
}
// create a method tuple with 'wrapped method' and 'prefixed method'
MethodTuple methodTuple = new MethodTuple(wrapperMethod, prefixedMethod);
// map the tuple to the hash for the 'wrapper method'
int methodHash = ReflectHelper.calculateHash(wrapperMethod);
methodMap.put(methodHash, methodTuple);
}