- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getApplicables (0.07 seconds)
-
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(); }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Feb 25 08:27:34 GMT 2025 - 14.2K bytes - Click Count (0)