Skip to content

JavaObjectQ

JavaObjectQ[java-object]

return True if java-object is a JavaObject expression.

Note: the Java specific functions which call Java native classes are only available in the MMA mode in a local installation. All symbol and method names have to be case sensitive.

Examples

>> loc = JavaNew["java.util.Locale", "US"]
JavaObject[class java.util.Locale]
>> JavaObjectQ[loc]
True

InstanceOf, JavaClass, JavaNew, JavaObject, JavaShow, LoadJavaClass, SameObjectQ

Implementation status

  • ☕ - supported on Java virtual machine

Github