- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for declaresInterruptedEx (0.12 seconds)
-
android/guava/src/com/google/common/util/concurrent/SimpleTimeLimiter.java
Set<Method> set = new HashSet<>(); for (Method m : interfaceType.getMethods()) { if (declaresInterruptedEx(m)) { set.add(m); } } return set; } private static boolean declaresInterruptedEx(Method method) { for (Class<?> exType : method.getExceptionTypes()) { // debate: == or isAssignableFrom?
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 08 18:35:13 GMT 2025 - 9.6K bytes - Click Count (0)