powered by
.jnull
null
jobjRef
is.jnull is an extension of is.null that also returns TRUE if the supplied object it a null Java reference.
is.jnull
is.null
TRUE
.jnull(class = "java/lang/Object") is.jnull(x)
"java/lang/String"
is.jnull returns TRUE if is.null(x) is TRUE or if x is a Java null reference.
is.null(x)
x
.jcall
.jnew
Example: given the following method definitions of the class A:
A
.jcast
.jcall("java/lang/System","I","identityHashCode",.jnull())
Run the code above in your browser using DataLab