- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isApplicable (0.05 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/MethodMap.java
*/ private static LinkedList<Method> getApplicables(List<Method> methods, Class<?>... classes) { LinkedList<Method> list = new LinkedList<>(); for (Method method : methods) { if (isApplicable(method, classes)) { list.add(method); } } return list; } /** * Returns true if the supplied method is applicable to actual
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 14.2K bytes - Viewed (0)