This method checks each object in the stack starting with the last one pushed to see whether it is of the specified class. An object is of the specified class if it is an instance of that class as defined by {@link Class#isInstance}.
@param clazz The class of the object to find. @return The first object of the specified class, or null if none could befound.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|