[]Struct jni_android_sys::java::text::DateFormatSymbols

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

public class DateFormatSymbols

Required feature: "java-text-DateFormatSymbols"

Methods

impl DateFormatSymbols

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

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

DateFormatSymbols

Required features: "java-util-Locale"

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

getAvailableLocales

Required features: "java-util-Locale"

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

getInstance

Required features: "java-text-DateFormatSymbols"

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

getInstance

Required features: "java-text-DateFormatSymbols", "java-util-Locale"

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

getEras

Required features: "java-lang-String"

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

setEras

Required features: "java-lang-String"

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

getMonths

Required features: "java-lang-String"

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

setMonths

Required features: "java-lang-String"

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

getShortMonths

Required features: "java-lang-String"

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

setShortMonths

Required features: "java-lang-String"

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

getWeekdays

Required features: "java-lang-String"

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

setWeekdays

Required features: "java-lang-String"

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

getShortWeekdays

Required features: "java-lang-String"

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

setShortWeekdays

Required features: "java-lang-String"

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

getAmPmStrings

Required features: "java-lang-String"

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

setAmPmStrings

Required features: "java-lang-String"

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

getZoneStrings

Required features: "java-lang-String"

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

setZoneStrings

Required features: "java-lang-String"

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

getLocalPatternChars

Required features: "java-lang-String"

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

setLocalPatternChars

Required features: "java-lang-String"

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

clone

Required features: "java-lang-Object"

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"

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 DateFormatSymbols

impl AsRef<Cloneable> for DateFormatSymbols

impl AsRef<Serializable> for DateFormatSymbols

impl AsValidJObjectAndEnv for DateFormatSymbols

impl Deref for DateFormatSymbols

type Target = Object

The resulting type after dereferencing.

impl JniType for DateFormatSymbols

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.