static L onlyJavaXClassLoaders(Collection l) { ret filter(l, func(ClassLoader c) -> bool { isJavaXClassLoader(c) }); }