[]Struct jni_android_sys::java::lang::Character

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

public final class Character

Required feature: "java-lang-Character"

Methods

impl Character

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

pub fn valueOf<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<Option<Local<'env, Character>>, Local<'env, Throwable>>
[src]

valueOf

Required features: "java-lang-Character"

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

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

pub fn hashCode_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> 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 toString_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn isValidCodePoint<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isBmpCodePoint<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isSupplementaryCodePoint<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isHighSurrogate<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isLowSurrogate<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isSurrogate<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isSurrogatePair<'env>(
    __jni_env: &'env Env,
    arg0: jchar,
    arg1: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

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

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

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

codePointAt

Required features: "java-lang-CharSequence"

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

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

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

codePointBefore

Required features: "java-lang-CharSequence"

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

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

pub fn highSurrogate<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<jchar, Local<'env, Throwable>>
[src]

pub fn lowSurrogate<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<jchar, Local<'env, Throwable>>
[src]

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

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

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

codePointCount

Required features: "java-lang-CharSequence"

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

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

offsetByCodePoints

Required features: "java-lang-CharSequence"

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

pub fn isLowerCase_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isLowerCase_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isUpperCase_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isUpperCase_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isTitleCase_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isTitleCase_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isDigit_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isDigit_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isDefined_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isDefined_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isLetter_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isLetter_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isLetterOrDigit_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isLetterOrDigit_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isJavaLetter<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

Deprecated

pub fn isJavaLetterOrDigit<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

Deprecated

pub fn isAlphabetic<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isIdeographic<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isJavaIdentifierStart_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isJavaIdentifierStart_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isJavaIdentifierPart_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isJavaIdentifierPart_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isUnicodeIdentifierStart_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isUnicodeIdentifierStart_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isUnicodeIdentifierPart_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isUnicodeIdentifierPart_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isIdentifierIgnorable_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isIdentifierIgnorable_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

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

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

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

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

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

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

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

pub fn digit_int_int<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32
) -> Result<i32, Local<'env, Throwable>>
[src]

pub fn getNumericValue_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<i32, Local<'env, Throwable>>
[src]

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

pub fn isSpace<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

Deprecated

pub fn isSpaceChar_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isSpaceChar_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isWhitespace_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isWhitespace_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isISOControl_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isISOControl_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn getType_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<i32, Local<'env, Throwable>>
[src]

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

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

pub fn getDirectionality_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<i8, Local<'env, Throwable>>
[src]

pub fn getDirectionality_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<i8, Local<'env, Throwable>>
[src]

pub fn isMirrored_char<'env>(
    __jni_env: &'env Env,
    arg0: jchar
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn isMirrored_int<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<bool, Local<'env, Throwable>>
[src]

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

compareTo

Required features: "java-lang-Character"

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

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

pub fn getName<'env>(
    __jni_env: &'env Env,
    arg0: i32
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

getName

Required features: "java-lang-String"

pub const BYTES: i32[src]

public static final BYTES

pub const COMBINING_SPACING_MARK: i8[src]

public static final COMBINING_SPACING_MARK

pub const CONNECTOR_PUNCTUATION: i8[src]

public static final CONNECTOR_PUNCTUATION

pub const CONTROL: i8[src]

public static final CONTROL

pub const CURRENCY_SYMBOL: i8[src]

public static final CURRENCY_SYMBOL

pub const DASH_PUNCTUATION: i8[src]

public static final DASH_PUNCTUATION

pub const DECIMAL_DIGIT_NUMBER: i8[src]

public static final DECIMAL_DIGIT_NUMBER

pub const DIRECTIONALITY_ARABIC_NUMBER: i8[src]

public static final DIRECTIONALITY_ARABIC_NUMBER

pub const DIRECTIONALITY_BOUNDARY_NEUTRAL: i8[src]

public static final DIRECTIONALITY_BOUNDARY_NEUTRAL

pub const DIRECTIONALITY_COMMON_NUMBER_SEPARATOR: i8[src]

pub const DIRECTIONALITY_EUROPEAN_NUMBER: i8[src]

public static final DIRECTIONALITY_EUROPEAN_NUMBER

pub const DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR: i8[src]

pub const DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR: i8[src]

pub const DIRECTIONALITY_LEFT_TO_RIGHT: i8[src]

public static final DIRECTIONALITY_LEFT_TO_RIGHT

pub const DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING: i8[src]

pub const DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE: i8[src]

pub const DIRECTIONALITY_NONSPACING_MARK: i8[src]

public static final DIRECTIONALITY_NONSPACING_MARK

pub const DIRECTIONALITY_OTHER_NEUTRALS: i8[src]

public static final DIRECTIONALITY_OTHER_NEUTRALS

pub const DIRECTIONALITY_PARAGRAPH_SEPARATOR: i8[src]

pub const DIRECTIONALITY_POP_DIRECTIONAL_FORMAT: i8[src]

pub const DIRECTIONALITY_RIGHT_TO_LEFT: i8[src]

public static final DIRECTIONALITY_RIGHT_TO_LEFT

pub const DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC: i8[src]

pub const DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING: i8[src]

pub const DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE: i8[src]

pub const DIRECTIONALITY_SEGMENT_SEPARATOR: i8[src]

pub const DIRECTIONALITY_UNDEFINED: i8[src]

public static final DIRECTIONALITY_UNDEFINED

pub const DIRECTIONALITY_WHITESPACE: i8[src]

public static final DIRECTIONALITY_WHITESPACE

pub const ENCLOSING_MARK: i8[src]

public static final ENCLOSING_MARK

pub const END_PUNCTUATION: i8[src]

public static final END_PUNCTUATION

pub const FINAL_QUOTE_PUNCTUATION: i8[src]

public static final FINAL_QUOTE_PUNCTUATION

pub const FORMAT: i8[src]

public static final FORMAT

pub const INITIAL_QUOTE_PUNCTUATION: i8[src]

public static final INITIAL_QUOTE_PUNCTUATION

pub const LETTER_NUMBER: i8[src]

public static final LETTER_NUMBER

pub const LINE_SEPARATOR: i8[src]

public static final LINE_SEPARATOR

pub const LOWERCASE_LETTER: i8[src]

public static final LOWERCASE_LETTER

pub const MATH_SYMBOL: i8[src]

public static final MATH_SYMBOL

pub const MAX_CODE_POINT: i32[src]

public static final MAX_CODE_POINT

pub const MAX_HIGH_SURROGATE: jchar[src]

public static final MAX_HIGH_SURROGATE

pub const MAX_LOW_SURROGATE: jchar[src]

public static final MAX_LOW_SURROGATE

pub const MAX_RADIX: i32[src]

public static final MAX_RADIX

pub const MAX_SURROGATE: jchar[src]

public static final MAX_SURROGATE

pub const MAX_VALUE: jchar[src]

public static final MAX_VALUE

pub const MIN_CODE_POINT: i32[src]

public static final MIN_CODE_POINT

pub const MIN_HIGH_SURROGATE: jchar[src]

public static final MIN_HIGH_SURROGATE

pub const MIN_LOW_SURROGATE: jchar[src]

public static final MIN_LOW_SURROGATE

pub const MIN_RADIX: i32[src]

public static final MIN_RADIX

pub const MIN_SUPPLEMENTARY_CODE_POINT: i32[src]

public static final MIN_SUPPLEMENTARY_CODE_POINT

pub const MIN_SURROGATE: jchar[src]

public static final MIN_SURROGATE

pub const MIN_VALUE: jchar[src]

public static final MIN_VALUE

pub const MODIFIER_LETTER: i8[src]

public static final MODIFIER_LETTER

pub const MODIFIER_SYMBOL: i8[src]

public static final MODIFIER_SYMBOL

pub const NON_SPACING_MARK: i8[src]

public static final NON_SPACING_MARK

pub const OTHER_LETTER: i8[src]

public static final OTHER_LETTER

pub const OTHER_NUMBER: i8[src]

public static final OTHER_NUMBER

pub const OTHER_PUNCTUATION: i8[src]

public static final OTHER_PUNCTUATION

pub const OTHER_SYMBOL: i8[src]

public static final OTHER_SYMBOL

pub const PARAGRAPH_SEPARATOR: i8[src]

public static final PARAGRAPH_SEPARATOR

pub const PRIVATE_USE: i8[src]

public static final PRIVATE_USE

pub const SIZE: i32[src]

public static final SIZE

pub const SPACE_SEPARATOR: i8[src]

public static final SPACE_SEPARATOR

pub const START_PUNCTUATION: i8[src]

public static final START_PUNCTUATION

pub const SURROGATE: i8[src]

public static final SURROGATE

pub const TITLECASE_LETTER: i8[src]

public static final TITLECASE_LETTER

pub fn TYPE<'env>(env: &'env Env) -> Option<Local<'env, Class>>[src]

get public static final TYPE

Required feature: "java-lang-Class"

pub const UNASSIGNED: i8[src]

public static final UNASSIGNED

pub const UPPERCASE_LETTER: i8[src]

public static final UPPERCASE_LETTER

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 Character

impl AsRef<Comparable> for Character

impl AsRef<Serializable> for Character

impl AsValidJObjectAndEnv for Character

impl Deref for Character

type Target = Object

The resulting type after dereferencing.

impl JniType for Character

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.