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.
name
| The binary name of the class |
Class
object, or null
if the class has
not been loaded
Diagram: ClassLoader