コード例 #1
0
 public Method getGetMethod(String name) {
   if (name != null) return (Method) getMethodMap.get(name);
   else return null;
 }