- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getApplicables (0.05 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/MethodMap.java
} private static Method getMostSpecific(List<Method> methods, Class<?>... classes) throws AmbiguousException { LinkedList<Method> applicables = getApplicables(methods, classes); if (applicables.isEmpty()) { return null; } if (applicables.size() == 1) { return applicables.getFirst(); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 14.2K bytes - Viewed (0)