sbool classHasMethodNamed(Class c, String method) { if (c == null) false; ret getMethodCache(c).cache.containsKey(method); }