hasClass

Check if the ClassLoader can load the class with the given name.

Receiver

the ClassLoader to be checked.

Return

Boolean true if the class can be loaded, false otherwise.

Parameters

name

the class name to be checked.