Collator
IReorderCodes
ReorderCodes
CanonicalDecomposition
FullDecomposition
Identical
NoDecomposition
Primary
Quaternary
Secondary
Tertiary
Collator()
Collator(IntPtr, JniHandleOwnership)
Decomposition
Instance
IsFrozen
JniPeerMembers
MaxVariable
Strength
TailoredSet
ThresholdClass
ThresholdType
UCAVersion
VariableTop
Version
Clone()
CloneAsThawed()
Compare(Object, Object)
Compare(String, String)
Equals(String, String)
Freeze()
GetAvailableLocales()
GetAvailableULocales()
GetCollationKey(String)
GetDisplayName(Locale)
GetDisplayName(ULocale)
GetDisplayName(Locale, Locale)
GetDisplayName(ULocale, ULocale)
GetEquivalentReorderCodes(Int32)
GetFunctionalEquivalent(String, ULocale)
GetFunctionalEquivalent(String, ULocale, Boolean[])
GetInstance(Locale)
GetInstance(ULocale)
GetKeywords()
GetKeywordValues(String)
GetKeywordValuesForLocale(String, ULocale, Boolean)
GetReorderCodes()
SetMaxVariable(Int32)
SetReorderCodes(Int32[])
monoandroid
namespace Android.Icu.Text
{
[Register("android/icu/text/Collator", ApiSince = 24, DoNotGenerateAcw = true)]
public abstract class Collator : Object, IFreezable, IJavaObject, IJavaPeerable, ICloneable, IComparator, IDisposable
{
[Obsolete("This constant will be removed in the future version. Use Android.Icu.Text.CollationStrength enum directly instead of this field.", true)]
[Register("PRIMARY", ApiSince = 24)]
public const CollationStrength Primary = CollationStrength.Primary;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.Icu.Text.CollationStrength enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API