[]Struct jni_android_sys::java::util::Arrays

#[repr(transparent)]
pub struct Arrays(_);

public class Arrays

Required feature: "java-util-Arrays"

Methods

impl Arrays

pub fn sort_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_int_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_long_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_long_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_short_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_short_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_char_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_char_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_byte_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_byte_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_float_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_float_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_double_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn sort_double_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_byte_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_byte_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_char_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_char_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_short_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_short_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_int_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_long_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_long_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_float_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_float_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_double_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_double_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn parallelSort_Comparable_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Comparable, Throwable>>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelSort

Required features: "java-lang-Comparable"

pub fn parallelSort_Comparable_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Comparable, Throwable>>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

parallelSort

Required features: "java-lang-Comparable"

pub fn parallelSort_Object_array_Comparator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env Comparator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelSort

Required features: "java-lang-Object", "java-util-Comparator"

pub fn parallelSort_Object_array_int_int_Comparator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Comparator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelSort

Required features: "java-lang-Object", "java-util-Comparator"

pub fn sort_Object_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<(), Local<'env, Throwable>>
[src]

sort

Required features: "java-lang-Object"

pub fn sort_Object_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

sort

Required features: "java-lang-Object"

pub fn sort_Object_array_Comparator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env Comparator>>
) -> Result<(), Local<'env, Throwable>>
[src]

sort

Required features: "java-lang-Object", "java-util-Comparator"

pub fn sort_Object_array_int_int_Comparator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Comparator>>
) -> Result<(), Local<'env, Throwable>>
[src]

sort

Required features: "java-lang-Object", "java-util-Comparator"

pub fn parallelPrefix_Object_array_BinaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env BinaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelPrefix

Required features: "java-lang-Object", "java-util-function-BinaryOperator"

pub fn parallelPrefix_Object_array_int_int_BinaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env BinaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelPrefix

Required features: "java-lang-Object", "java-util-function-BinaryOperator"

pub fn parallelPrefix_long_array_LongBinaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: impl Into<Option<&'env LongBinaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelPrefix

Required features: "java-util-function-LongBinaryOperator"

pub fn parallelPrefix_long_array_int_int_LongBinaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env LongBinaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelPrefix

Required features: "java-util-function-LongBinaryOperator"

pub fn parallelPrefix_double_array_DoubleBinaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: impl Into<Option<&'env DoubleBinaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelPrefix

Required features: "java-util-function-DoubleBinaryOperator"

pub fn parallelPrefix_double_array_int_int_DoubleBinaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env DoubleBinaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelPrefix

Required features: "java-util-function-DoubleBinaryOperator"

pub fn parallelPrefix_int_array_IntBinaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: impl Into<Option<&'env IntBinaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelPrefix

Required features: "java-util-function-IntBinaryOperator"

pub fn parallelPrefix_int_array_int_int_IntBinaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env IntBinaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelPrefix

Required features: "java-util-function-IntBinaryOperator"

pub fn binarySearch_long_array_long<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i64
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_long_array_int_int_long<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i64
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_int_array_int_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_short_array_short<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: i16
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_short_array_int_int_short<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i16
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_char_array_char<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: jchar
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_char_array_int_int_char<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32,
    arg3: jchar
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_byte_array_byte<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: i8
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_byte_array_int_int_byte<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i8
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_double_array_double<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: f64
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_double_array_int_int_double<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32,
    arg2: i32,
    arg3: f64
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_float_array_float<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: f32
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_float_array_int_int_float<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: i32,
    arg2: i32,
    arg3: f32
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn binarySearch_Object_array_Object<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env Object>>
) -> Result<i32, Local<'env, Throwable>>
[src]

binarySearch

Required features: "java-lang-Object"

pub fn binarySearch_Object_array_int_int_Object<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Object>>
) -> Result<i32, Local<'env, Throwable>>
[src]

binarySearch

Required features: "java-lang-Object"

pub fn binarySearch_Object_array_Object_Comparator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env Object>>,
    arg2: impl Into<Option<&'env Comparator>>
) -> Result<i32, Local<'env, Throwable>>
[src]

binarySearch

Required features: "java-lang-Object", "java-util-Comparator"

pub fn binarySearch_Object_array_int_int_Object_Comparator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Object>>,
    arg4: impl Into<Option<&'env Comparator>>
) -> Result<i32, Local<'env, Throwable>>
[src]

binarySearch

Required features: "java-lang-Object", "java-util-Comparator"

pub fn equals_long_array_long_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: impl Into<Option<&'env LongArray>>
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn equals_int_array_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: impl Into<Option<&'env IntArray>>
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn equals_short_array_short_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: impl Into<Option<&'env ShortArray>>
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn equals_char_array_char_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: impl Into<Option<&'env CharArray>>
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn equals_byte_array_byte_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: impl Into<Option<&'env ByteArray>>
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn equals_boolean_array_boolean_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env BooleanArray>>,
    arg1: impl Into<Option<&'env BooleanArray>>
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn equals_double_array_double_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: impl Into<Option<&'env DoubleArray>>
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn equals_float_array_float_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: impl Into<Option<&'env FloatArray>>
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn equals_Object_array_Object_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn fill_long_array_long<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_long_array_int_int_long<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_int_array_int_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_short_array_short<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: i16
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_short_array_int_int_short<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i16
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_char_array_char<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: jchar
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_char_array_int_int_char<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32,
    arg3: jchar
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_byte_array_byte<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: i8
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_byte_array_int_int_byte<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: i32,
    arg2: i32,
    arg3: i8
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_boolean_array_boolean<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env BooleanArray>>,
    arg1: bool
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_boolean_array_int_int_boolean<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env BooleanArray>>,
    arg1: i32,
    arg2: i32,
    arg3: bool
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_double_array_double<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: f64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_double_array_int_int_double<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32,
    arg2: i32,
    arg3: f64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_float_array_float<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_float_array_int_int_float<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: i32,
    arg2: i32,
    arg3: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn fill_Object_array_Object<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env Object>>
) -> Result<(), Local<'env, Throwable>>
[src]

fill

Required features: "java-lang-Object"

pub fn fill_Object_array_int_int_Object<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Object>>
) -> Result<(), Local<'env, Throwable>>
[src]

fill

Required features: "java-lang-Object"

pub fn copyOf_Object_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32
) -> Result<Option<Local<'env, ObjectArray<Object, Throwable>>>, Local<'env, Throwable>>
[src]

copyOf

Required features: "java-lang-Object"

pub fn copyOf_Object_array_int_Class<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: impl Into<Option<&'env Class>>
) -> Result<Option<Local<'env, ObjectArray<Object, Throwable>>>, Local<'env, Throwable>>
[src]

copyOf

Required features: "java-lang-Class", "java-lang-Object"

pub fn copyOf_byte_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: i32
) -> Result<Option<Local<'env, ByteArray>>, Local<'env, Throwable>>
[src]

pub fn copyOf_short_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: i32
) -> Result<Option<Local<'env, ShortArray>>, Local<'env, Throwable>>
[src]

pub fn copyOf_int_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32
) -> Result<Option<Local<'env, IntArray>>, Local<'env, Throwable>>
[src]

pub fn copyOf_long_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32
) -> Result<Option<Local<'env, LongArray>>, Local<'env, Throwable>>
[src]

pub fn copyOf_char_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32
) -> Result<Option<Local<'env, CharArray>>, Local<'env, Throwable>>
[src]

pub fn copyOf_float_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: i32
) -> Result<Option<Local<'env, FloatArray>>, Local<'env, Throwable>>
[src]

pub fn copyOf_double_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32
) -> Result<Option<Local<'env, DoubleArray>>, Local<'env, Throwable>>
[src]

pub fn copyOf_boolean_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env BooleanArray>>,
    arg1: i32
) -> Result<Option<Local<'env, BooleanArray>>, Local<'env, Throwable>>
[src]

pub fn copyOfRange_Object_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, ObjectArray<Object, Throwable>>>, Local<'env, Throwable>>
[src]

copyOfRange

Required features: "java-lang-Object"

pub fn copyOfRange_Object_array_int_int_Class<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32,
    arg3: impl Into<Option<&'env Class>>
) -> Result<Option<Local<'env, ObjectArray<Object, Throwable>>>, Local<'env, Throwable>>
[src]

copyOfRange

Required features: "java-lang-Class", "java-lang-Object"

pub fn copyOfRange_byte_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, ByteArray>>, Local<'env, Throwable>>
[src]

pub fn copyOfRange_short_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, ShortArray>>, Local<'env, Throwable>>
[src]

pub fn copyOfRange_int_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, IntArray>>, Local<'env, Throwable>>
[src]

pub fn copyOfRange_long_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, LongArray>>, Local<'env, Throwable>>
[src]

pub fn copyOfRange_char_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, CharArray>>, Local<'env, Throwable>>
[src]

pub fn copyOfRange_float_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, FloatArray>>, Local<'env, Throwable>>
[src]

pub fn copyOfRange_double_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, DoubleArray>>, Local<'env, Throwable>>
[src]

pub fn copyOfRange_boolean_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env BooleanArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, BooleanArray>>, Local<'env, Throwable>>
[src]

pub fn asList<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<Option<Local<'env, List>>, Local<'env, Throwable>>
[src]

asList

Required features: "java-lang-Object", "java-util-List"

pub fn hashCode_long_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn hashCode_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn hashCode_short_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn hashCode_char_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn hashCode_byte_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn hashCode_boolean_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env BooleanArray>>
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn hashCode_float_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn hashCode_double_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn hashCode_Object_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<i32, Local<'env, Throwable>>
[src]

hashCode

Required features: "java-lang-Object"

pub fn deepHashCode<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<i32, Local<'env, Throwable>>
[src]

deepHashCode

Required features: "java-lang-Object"

pub fn deepEquals<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<bool, Local<'env, Throwable>>
[src]

deepEquals

Required features: "java-lang-Object"

pub fn toString_long_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn toString_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn toString_short_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ShortArray>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn toString_char_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env CharArray>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn toString_byte_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ByteArray>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn toString_boolean_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env BooleanArray>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn toString_float_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env FloatArray>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn toString_double_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn toString_Object_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-Object", "java-lang-String"

pub fn deepToString<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

deepToString

Required features: "java-lang-Object", "java-lang-String"

pub fn setAll_Object_array_IntFunction<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env IntFunction>>
) -> Result<(), Local<'env, Throwable>>
[src]

setAll

Required features: "java-lang-Object", "java-util-function-IntFunction"

pub fn parallelSetAll_Object_array_IntFunction<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: impl Into<Option<&'env IntFunction>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelSetAll

Required features: "java-lang-Object", "java-util-function-IntFunction"

pub fn setAll_int_array_IntUnaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: impl Into<Option<&'env IntUnaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

setAll

Required features: "java-util-function-IntUnaryOperator"

pub fn parallelSetAll_int_array_IntUnaryOperator<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: impl Into<Option<&'env IntUnaryOperator>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelSetAll

Required features: "java-util-function-IntUnaryOperator"

pub fn setAll_long_array_IntToLongFunction<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: impl Into<Option<&'env IntToLongFunction>>
) -> Result<(), Local<'env, Throwable>>
[src]

setAll

Required features: "java-util-function-IntToLongFunction"

pub fn parallelSetAll_long_array_IntToLongFunction<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: impl Into<Option<&'env IntToLongFunction>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelSetAll

Required features: "java-util-function-IntToLongFunction"

pub fn setAll_double_array_IntToDoubleFunction<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: impl Into<Option<&'env IntToDoubleFunction>>
) -> Result<(), Local<'env, Throwable>>
[src]

setAll

Required features: "java-util-function-IntToDoubleFunction"

pub fn parallelSetAll_double_array_IntToDoubleFunction<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: impl Into<Option<&'env IntToDoubleFunction>>
) -> Result<(), Local<'env, Throwable>>
[src]

parallelSetAll

Required features: "java-util-function-IntToDoubleFunction"

pub fn spliterator_Object_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<Option<Local<'env, Spliterator>>, Local<'env, Throwable>>
[src]

spliterator

Required features: "java-lang-Object", "java-util-Spliterator"

pub fn spliterator_Object_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, Spliterator>>, Local<'env, Throwable>>
[src]

spliterator

Required features: "java-lang-Object", "java-util-Spliterator"

pub fn spliterator_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>
) -> Result<Option<Local<'env, Spliterator_OfInt>>, Local<'env, Throwable>>
[src]

spliterator

Required features: "java-util-Spliterator_OfInt"

pub fn spliterator_int_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, Spliterator_OfInt>>, Local<'env, Throwable>>
[src]

spliterator

Required features: "java-util-Spliterator_OfInt"

pub fn spliterator_long_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>
) -> Result<Option<Local<'env, Spliterator_OfLong>>, Local<'env, Throwable>>
[src]

spliterator

Required features: "java-util-Spliterator_OfLong"

pub fn spliterator_long_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, Spliterator_OfLong>>, Local<'env, Throwable>>
[src]

spliterator

Required features: "java-util-Spliterator_OfLong"

pub fn spliterator_double_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>
) -> Result<Option<Local<'env, Spliterator_OfDouble>>, Local<'env, Throwable>>
[src]

spliterator

Required features: "java-util-Spliterator_OfDouble"

pub fn spliterator_double_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, Spliterator_OfDouble>>, Local<'env, Throwable>>
[src]

spliterator

Required features: "java-util-Spliterator_OfDouble"

pub fn stream_Object_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>
) -> Result<Option<Local<'env, Stream>>, Local<'env, Throwable>>
[src]

stream

Required features: "java-lang-Object", "java-util-stream-Stream"

pub fn stream_Object_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, Stream>>, Local<'env, Throwable>>
[src]

stream

Required features: "java-lang-Object", "java-util-stream-Stream"

pub fn stream_int_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>
) -> Result<Option<Local<'env, IntStream>>, Local<'env, Throwable>>
[src]

stream

Required features: "java-util-stream-IntStream"

pub fn stream_int_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env IntArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, IntStream>>, Local<'env, Throwable>>
[src]

stream

Required features: "java-util-stream-IntStream"

pub fn stream_long_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>
) -> Result<Option<Local<'env, LongStream>>, Local<'env, Throwable>>
[src]

stream

Required features: "java-util-stream-LongStream"

pub fn stream_long_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env LongArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, LongStream>>, Local<'env, Throwable>>
[src]

stream

Required features: "java-util-stream-LongStream"

pub fn stream_double_array<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>
) -> Result<Option<Local<'env, DoubleStream>>, Local<'env, Throwable>>
[src]

stream

Required features: "java-util-stream-DoubleStream"

pub fn stream_double_array_int_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DoubleArray>>,
    arg1: i32,
    arg2: i32
) -> Result<Option<Local<'env, DoubleStream>>, Local<'env, Throwable>>
[src]

stream

Required features: "java-util-stream-DoubleStream"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for Arrays

impl AsValidJObjectAndEnv for Arrays

impl Deref for Arrays

type Target = Object

The resulting type after dereferencing.

impl JniType for Arrays

Auto Trait Implementations

impl RefUnwindSafe for Arrays

impl !Send for Arrays

impl !Sync for Arrays

impl Unpin for Arrays

impl UnwindSafe for Arrays

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.