Searched defs:cast (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DClass.java1344 * Indicates whether the specified object can be cast to the class
1350 * @return {@code true} if {@code object} can be cast to the type
1352 * object} is {@code null} or cannot be cast.
1481 * @return this {@code Class} cast as a subclass of the given type.
1483 * if this {@code Class} cannot be cast to the specified type.
1498 * the object to cast.
1499 * @return the object that has been cast.
1501 * if the object cannot be cast to the specified type.
1504 public T cast(Object obj) { method in class:Class

Completed in 1533 milliseconds