[]Struct jni_android_sys::java::util::Spliterators

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

public final class Spliterators

Required feature: "java-util-Spliterators"

Methods

impl Spliterators

pub fn emptySpliterator<'env>(
    __jni_env: &'env Env
) -> Result<Option<Local<'env, Spliterator>>, Local<'env, Throwable>>
[src]

emptySpliterator

Required features: "java-util-Spliterator"

pub fn emptyIntSpliterator<'env>(
    __jni_env: &'env Env
) -> Result<Option<Local<'env, Spliterator_OfInt>>, Local<'env, Throwable>>
[src]

emptyIntSpliterator

Required features: "java-util-Spliterator_OfInt"

pub fn emptyLongSpliterator<'env>(
    __jni_env: &'env Env
) -> Result<Option<Local<'env, Spliterator_OfLong>>, Local<'env, Throwable>>
[src]

emptyLongSpliterator

Required features: "java-util-Spliterator_OfLong"

pub fn emptyDoubleSpliterator<'env>(
    __jni_env: &'env Env
) -> Result<Option<Local<'env, Spliterator_OfDouble>>, Local<'env, Throwable>>
[src]

emptyDoubleSpliterator

Required features: "java-util-Spliterator_OfDouble"

pub fn spliterator_Object_array_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32
) -> 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_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env ObjectArray<Object, Throwable>>>,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> Result<Option<Local<'env, Spliterator>>, Local<'env, Throwable>>
[src]

spliterator

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

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

spliterator

Required features: "java-util-Spliterator_OfInt"

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

spliterator

Required features: "java-util-Spliterator_OfInt"

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

spliterator

Required features: "java-util-Spliterator_OfLong"

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

spliterator

Required features: "java-util-Spliterator_OfLong"

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

spliterator

Required features: "java-util-Spliterator_OfDouble"

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

spliterator

Required features: "java-util-Spliterator_OfDouble"

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

spliterator

Required features: "java-util-Collection", "java-util-Spliterator"

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

spliterator

Required features: "java-util-Iterator", "java-util-Spliterator"

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

spliteratorUnknownSize

Required features: "java-util-Iterator", "java-util-Spliterator"

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

spliterator

Required features: "java-util-PrimitiveIterator_OfInt", "java-util-Spliterator_OfInt"

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

spliteratorUnknownSize

Required features: "java-util-PrimitiveIterator_OfInt", "java-util-Spliterator_OfInt"

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

spliterator

Required features: "java-util-PrimitiveIterator_OfLong", "java-util-Spliterator_OfLong"

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

spliteratorUnknownSize

Required features: "java-util-PrimitiveIterator_OfLong", "java-util-Spliterator_OfLong"

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

spliterator

Required features: "java-util-PrimitiveIterator_OfDouble", "java-util-Spliterator_OfDouble"

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

spliteratorUnknownSize

Required features: "java-util-PrimitiveIterator_OfDouble", "java-util-Spliterator_OfDouble"

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

iterator

Required features: "java-util-Iterator", "java-util-Spliterator"

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

iterator

Required features: "java-util-PrimitiveIterator_OfInt", "java-util-Spliterator_OfInt"

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

iterator

Required features: "java-util-PrimitiveIterator_OfLong", "java-util-Spliterator_OfLong"

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

iterator

Required features: "java-util-PrimitiveIterator_OfDouble", "java-util-Spliterator_OfDouble"

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 Spliterators

impl AsValidJObjectAndEnv for Spliterators

impl Deref for Spliterators

type Target = Object

The resulting type after dereferencing.

impl JniType for Spliterators

Auto Trait Implementations

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.