Struct rucaja::JvmObjectArray [] [src]

pub struct JvmObjectArray<'a> { /* fields omitted */ }

The Rust wrapper for the corresponding JVM class.

Methods

impl<'a> JvmObjectArray<'a>
[src]

[src]

Returns the pointer of the JVM object.

[src]

Instantiates the JVM wrapper struct.

impl<'a> JvmObjectArray<'a>
[src]

[src]

Returns the array length.

impl<'a> JvmObjectArray<'a>
[src]

[src]

Trait Implementations

impl<'a> Drop for JvmObjectArray<'a>
[src]

[src]

Executes the destructor for this type. Read more