Share via


UCharacter 類別

定義

[Android.Runtime.Register("android/icu/lang/UCharacter", ApiSince=24, DoNotGenerateAcw=true)]
public sealed class UCharacter : Java.Lang.Object
[<Android.Runtime.Register("android/icu/lang/UCharacter", ApiSince=24, DoNotGenerateAcw=true)>]
type UCharacter = class
    inherit Object
繼承
UCharacter
屬性

備註

Android 平臺檔

此頁面的部分是根據所建立和共用的工作進行修改,並根據 2.5 屬性授權中所述的詞彙來使用。

欄位

FoldCaseDefault
FoldCaseExcludeSpecialI
MaxCodePoint
MaxHighSurrogate
MaxLowSurrogate
MaxRadix
MaxSurrogate
MaxValue
MinCodePoint
MinHighSurrogate
MinLowSurrogate
MinRadix
MinSupplementaryCodePoint
MinSurrogate
MinValue
NoNumericValue
ReplacementChar
SupplementaryMinValue
TitlecaseNoBreakAdjustment
TitlecaseNoLowercase

屬性

Class

傳回這個 Object 的執行時間類別。

(繼承來源 Object)
ExtendedNameIterator
Handle

基礎 Android 實例的控制碼。

(繼承來源 Object)
JniIdentityHashCode (繼承來源 Object)
JniPeerMembers
NameIterator
PeerReference (繼承來源 Object)
ThresholdClass

此 API 支援適用于 Android 的 Mono 基礎結構,並不適合直接從您的程式碼使用。

(繼承來源 Object)
ThresholdType

此 API 支援適用于 Android 的 Mono 基礎結構,並不適合直接從您的程式碼使用。

(繼承來源 Object)
TypeIterator
UnicodeVersion

方法

CharCount(Int32)
Clone()

建立並傳回這個 物件的複本。

(繼承來源 Object)
CodePointAt(Char[], Int32)
CodePointAt(Char[], Int32, Int32)
CodePointAt(ICharSequence, Int32)
CodePointAt(String, Int32)
CodePointBefore(Char[], Int32)
CodePointBefore(Char[], Int32, Int32)
CodePointBefore(ICharSequence, Int32)
CodePointBefore(String, Int32)
CodePointCount(Char[], Int32, Int32)
CodePointCount(ICharSequence, Int32, Int32)
CodePointCount(String, Int32, Int32)
Digit(Int32)
Digit(Int32, Int32)
Dispose() (繼承來源 Object)
Dispose(Boolean) (繼承來源 Object)
Equals(Object)

指出其他物件是否「等於」這個物件。

(繼承來源 Object)
FoldCase(Int32, Boolean)
FoldCase(Int32, FoldCaseOptions)
FoldCase(String, Boolean)
FoldCase(String, FoldCaseOptions)
ForDigit(Int32, Int32)
GetAge(Int32)
GetBidiPairedBracket(Int32)
GetCharFromExtendedName(String)
GetCharFromName(String)
GetCharFromNameAlias(String)
GetCodePoint(Char)
GetCodePoint(Char, Char)
GetCodePoint(Int32, Int32)
GetCombiningClass(Int32)
GetDirection(Int32)
GetDirectionality(Int32)
GetExtendedName(Int32)
GetHanNumericValue(Int32)
GetHashCode()

傳回此物件的雜湊碼值。

(繼承來源 Object)
GetIntPropertyMaxValue(Int32)
GetIntPropertyMinValue(Int32)
GetIntPropertyValue(Int32, Int32)
GetMirror(Int32)
GetName(Int32)
GetName(String, String)
GetNameAlias(Int32)
GetNumericValue(Int32)
GetPropertyEnum(ICharSequence)
GetPropertyEnum(String)
GetPropertyName(Int32, Int32)
GetPropertyValueEnum(Int32, ICharSequence)
GetPropertyValueEnum(Int32, String)
GetPropertyValueName(Int32, Int32, Int32)
GetType(Int32)
GetUnicodeNumericValue(Int32)
HasBinaryProperty(ICharSequence, Int32)
HasBinaryProperty(Int32, Int32)
HasBinaryProperty(String, Int32)
IsBaseForm(Int32)
IsBMP(Int32)
IsDefined(Int32)
IsDigit(Int32)
IsHighSurrogate(Char)
IsHighSurrogate(Int32)
IsIdentifierIgnorable(Int32)
IsISOControl(Int32)
IsJavaIdentifierPart(Int32)
IsJavaIdentifierStart(Int32)
IsLegal(Int32)
IsLegal(String)
IsLetter(Int32)
IsLetterOrDigit(Int32)
IsLowerCase(Int32)
IsLowSurrogate(Char)
IsLowSurrogate(Int32)
IsMirrored(Int32)
IsPrintable(Int32)
IsSpaceChar(Int32)
IsSupplementary(Int32)
IsSupplementaryCodePoint(Int32)
IsSurrogatePair(Char, Char)
IsSurrogatePair(Int32, Int32)
IsTitleCase(Int32)
IsUAlphabetic(Int32)
IsULowercase(Int32)
IsUnicodeIdentifierPart(Int32)
IsUnicodeIdentifierStart(Int32)
IsUpperCase(Int32)
IsUUppercase(Int32)
IsUWhiteSpace(Int32)
IsValidCodePoint(Int32)
IsWhitespace(Int32)
JavaFinalize()

當垃圾收集判斷物件不再參考物件時,垃圾收集行程會在物件上呼叫。

(繼承來源 Object)
Notify()

喚醒正在等候此物件監視器的單一線程。

(繼承來源 Object)
NotifyAll()

喚醒正在等候此物件監視器的所有線程。

(繼承來源 Object)
OffsetByCodePoints(Char[], Int32, Int32, Int32, Int32)
OffsetByCodePoints(ICharSequence, Int32, Int32)
OffsetByCodePoints(String, Int32, Int32)
SetHandle(IntPtr, JniHandleOwnership)

設定 Handle 屬性。

(繼承來源 Object)
ToArray<T>() (繼承來源 Object)
ToChars(Int32)
ToChars(Int32, Char[], Int32)
ToCodePoint(Char, Char)
ToCodePoint(Int32, Int32)
ToLowerCase(Int32)
ToLowerCase(Locale, String)
ToLowerCase(String)
ToLowerCase(ULocale, String)
ToString()

傳回物件的字串表示。

(繼承來源 Object)
ToString(Int32)
ToTitleCase(Int32)
ToTitleCase(Locale, String, BreakIterator)
ToTitleCase(Locale, String, BreakIterator, TitlecaseOptions)
ToTitleCase(String, BreakIterator)
ToTitleCase(ULocale, String, BreakIterator)
ToTitleCase(ULocale, String, BreakIterator, TitlecaseOptions)
ToUpperCase(Int32)
ToUpperCase(Locale, String)
ToUpperCase(String)
ToUpperCase(ULocale, String)
UnregisterFromRuntime() (繼承來源 Object)
Wait()

讓目前的執行緒等到喚醒為止,通常是 em < notified/em > 或 < em > interrupted < /em > 。 ><

(繼承來源 Object)
Wait(Int64)

讓目前的執行緒等到喚醒為止,通常是 em < notified/em > 或 < em > interrupted < /em > ,或直到經過一定數量的即時為止。 <>

(繼承來源 Object)
Wait(Int64, Int32)

讓目前的執行緒等到喚醒為止,通常是 em < notified/em > 或 < em > interrupted < /em > ,或直到經過一定數量的即時為止。 <>

(繼承來源 Object)

明確介面實作

IJavaPeerable.Disposed() (繼承來源 Object)
IJavaPeerable.DisposeUnlessReferenced() (繼承來源 Object)
IJavaPeerable.Finalized() (繼承來源 Object)
IJavaPeerable.JniManagedPeerState (繼承來源 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (繼承來源 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (繼承來源 Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (繼承來源 Object)

擴充方法

JavaCast<TResult>(IJavaObject)

執行 Android 執行時間檢查的類型轉換。

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

適用於