Interface DelegatingClassLoader.ClassFinder

Enclosing class:
DelegatingClassLoader

public static interface DelegatingClassLoader.ClassFinder
This interface is an optimization.

The findClass method of ClassLoader is usually a protected method. Calling loadClass on a ClassLoader is expensive, as it searches the delegation hierarchy before searching in its private space.