jarrayRef-class.Rd
This class is a subclass of jobjRef-class and represents a reference to an array Java object.
Objects cannot be created directly, but only as the return
value of .jcall
function.
jsig
:JNI signature of the array type
jobj
:Internal identifier of the object
jclass
:Inherited from jobjRef
, but unspecified
signature(x = "jarrayRef")
: not yet implemented
signature(x = "jarrayRef")
: R indexing of java arrays
signature(x = "jarrayRef")
: replacement method
head
signature(x = "jarrayRef")
: head of the java array
tail
signature(x = "jarrayRef")
: tail of the java array
signature(object = "jarrayRef")
: Number of java objects in the java array
signature(object = "jarrayRef")
: ...
signature(x = "jarrayRef")
: not yet implemented
signature(x = "jarrayRef")
: not yet implemented
signature(x = "jarrayRef")
: not yet implemented
signature(x = "jarrayRef")
: not yet implemented
signature(x = "jarrayRef")
: not yet implemented
signature(x = "jarrayRef")
: not yet implemented
signature(x = "jarrayRef")
: not yet implemented
signature(x = "jarrayRef")
: not yet implemented
Class "jobjRef"
, directly.