RuleBasedCollator Class

Definition

[Android.Runtime.Register("android/icu/text/RuleBasedCollator", ApiSince=24, DoNotGenerateAcw=true)]
public sealed class RuleBasedCollator : Android.Icu.Text.Collator
[<Android.Runtime.Register("android/icu/text/RuleBasedCollator", ApiSince=24, DoNotGenerateAcw=true)>]
type RuleBasedCollator = class
    inherit Collator
Inheritance
RuleBasedCollator
Attributes

Remarks

Android platform documentation

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

RuleBasedCollator(String)

Fields

CanonicalDecomposition
Obsolete.
(Inherited from Collator)
FullDecomposition
Obsolete.
(Inherited from Collator)
Identical
Obsolete.
(Inherited from Collator)
NoDecomposition
Obsolete.
(Inherited from Collator)
Primary
Obsolete.
(Inherited from Collator)
Quaternary
Obsolete.
(Inherited from Collator)
Secondary
Obsolete.
(Inherited from Collator)
Tertiary
Obsolete.
(Inherited from Collator)

Properties

AlternateHandlingShifted
CaseLevel
Class

Returns the runtime class of this Object.

(Inherited from Object)
Decomposition (Inherited from Collator)
FrenchCollation
Handle

The handle to the underlying Android instance.

(Inherited from Object)
IsFrozen (Inherited from Collator)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
LowerCaseFirst
MaxVariable (Inherited from Collator)
NumericCollation
PeerReference (Inherited from Object)
Rules
Strength (Inherited from Collator)
TailoredSet (Inherited from Collator)
ThresholdClass (Inherited from Collator)
ThresholdType (Inherited from Collator)
UCAVersion
UpperCaseFirst
VariableTop
Version

Methods

Clone() (Inherited from Collator)
CloneAsThawed() (Inherited from Collator)
Compare(Object, Object) (Inherited from Collator)
Compare(String, String)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
Equals(String, String) (Inherited from Collator)
Freeze() (Inherited from Collator)
GetCollationElementIterator(ICharacterIterator)
GetCollationElementIterator(String)
GetCollationElementIterator(UCharacterIterator)
GetCollationKey(String)
GetContractionsAndExpansions(UnicodeSet, UnicodeSet, Boolean)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetRules(Boolean)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetAlternateHandlingDefault()
SetCaseFirstDefault()
SetCaseLevelDefault()
SetDecompositionDefault()
SetFrenchCollationDefault()
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
SetMaxVariable(Int32) (Inherited from Collator)
SetNumericCollationDefault()
SetStrengthDefault()
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IComparator.Compare(Object, Object) (Inherited from Collator)
IFreezable.CloneAsThawed() (Inherited from Collator)
IFreezable.Freeze() (Inherited from Collator)
IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to