isInstance"
From Documentation
(Created page with '{{ZUMLReferencePageHeader}} <source lang="java"> Class isInstance(Object class, Object value); </source> :i.e., <javadoc method="isInstance(java.lang.Object, java.lang.Object)"…') |
|||
Line 10: | Line 10: | ||
=Version History= | =Version History= | ||
− | + | {{LastUpdated}} | |
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content |
Latest revision as of 08:29, 17 December 2010
Class isInstance(Object class, Object value);
Tests whether an object (the second argument, value) is an instance of a class (the first argument, class). You could specify a class or the class name as the first argument.
Version History
Version | Date | Content |
---|---|---|