[]Struct jni_android_sys::java::text::DecimalFormatSymbols

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

public class DecimalFormatSymbols

Required feature: "java-text-DecimalFormatSymbols"

Methods

impl DecimalFormatSymbols

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

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

DecimalFormatSymbols

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, DecimalFormatSymbols>>, Local<'env, Throwable>>
[src]

getInstance

Required features: "java-text-DecimalFormatSymbols"

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

getInstance

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getInfinity

Required features: "java-lang-String"

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

setInfinity

Required features: "java-lang-String"

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

getNaN

Required features: "java-lang-String"

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

setNaN

Required features: "java-lang-String"

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

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

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

getCurrencySymbol

Required features: "java-lang-String"

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

setCurrencySymbol

Required features: "java-lang-String"

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

getInternationalCurrencySymbol

Required features: "java-lang-String"

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

setInternationalCurrencySymbol

Required features: "java-lang-String"

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

getCurrency

Required features: "java-util-Currency"

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

setCurrency

Required features: "java-util-Currency"

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

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

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

getExponentSeparator

Required features: "java-lang-String"

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

setExponentSeparator

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 equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

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

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 DecimalFormatSymbols

impl AsRef<Cloneable> for DecimalFormatSymbols

impl AsRef<Serializable> for DecimalFormatSymbols

impl AsValidJObjectAndEnv for DecimalFormatSymbols

impl Deref for DecimalFormatSymbols

type Target = Object

The resulting type after dereferencing.

impl JniType for DecimalFormatSymbols

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.