protected final Class<?> findLoadedClass (String name)

Returns the class with the given binary name if this loader has been recorded by the Java virtual machine as an initiating loader of a class with that binary name. Otherwise null is returned.

Parameters:
name     The binary name of the class

Returns:  The Class object, or null if the class has not been loaded

Since:  1.1