[]Struct jni_android_sys::java::lang::Comparable

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

public interface Comparable

Required feature: "java-lang-Comparable"

Methods

impl Comparable

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

compareTo

Required features: "java-lang-Object"

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 Comparable

impl AsRef<Comparable> for Configuration

impl AsRef<Comparable> for ComponentName

impl AsRef<Comparable> for StructTimespec

impl AsRef<Comparable> for Half

impl AsRef<Comparable> for Rational

impl AsRef<Comparable> for File

impl AsRef<Comparable> for ObjectStreamField

impl AsRef<Comparable> for Boolean

impl AsRef<Comparable> for Byte

impl AsRef<Comparable> for Character

impl AsRef<Comparable> for Double

impl AsRef<Comparable> for Enum

impl AsRef<Comparable> for BigDecimal

impl AsRef<Comparable> for Float

impl AsRef<Comparable> for Integer

impl AsRef<Comparable> for Long

impl AsRef<Comparable> for Short

impl AsRef<Comparable> for String

impl AsRef<Comparable> for BigDecimal

impl AsRef<Comparable> for BigInteger

impl AsRef<Comparable> for URI

impl AsRef<Comparable> for Charset

impl AsRef<Comparable> for FileTime

impl AsRef<Comparable> for CollationKey

impl AsRef<Comparable> for Path

impl AsRef<Comparable> for ByteBuffer

impl AsRef<Comparable> for CharBuffer

impl AsRef<Comparable> for DoubleBuffer

impl AsRef<Comparable> for FloatBuffer

impl AsRef<Comparable> for IntBuffer

impl AsRef<Comparable> for LongBuffer

impl AsRef<Comparable> for ShortBuffer

impl AsRef<Comparable> for CollationKey

impl AsRef<Comparable> for ChronoLocalDate

impl AsRef<Comparable> for UnicodeSet

impl AsRef<Comparable> for ChronoLocalDateTime

impl AsRef<Comparable> for ChronoZonedDateTime

impl AsRef<Comparable> for Chronology

impl AsRef<Comparable> for ZoneOffsetTransition

impl AsRef<Comparable> for Duration

impl AsRef<Comparable> for Instant

impl AsRef<Comparable> for LocalTime

impl AsRef<Comparable> for MonthDay

impl AsRef<Comparable> for OffsetDateTime

impl AsRef<Comparable> for OffsetTime

impl AsRef<Comparable> for Calendar

impl AsRef<Comparable> for Year

impl AsRef<Comparable> for YearMonth

impl AsRef<Comparable> for ZoneOffset

impl AsRef<Comparable> for Delayed

impl AsRef<Comparable> for Calendar

impl AsRef<Comparable> for Date

impl AsRef<Comparable> for UUID

impl AsRef<Comparable> for ULocale

impl AsRef<Comparable> for VersionInfo

impl AsRef<Comparable> for Uri

impl AsRef<Comparable> for Preference

impl AsValidJObjectAndEnv for Comparable

impl Deref for Comparable

type Target = Object

The resulting type after dereferencing.

impl JniType for Comparable

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.