RuleBasedCollator Class

Definition

The <code>RuleBasedCollator</code> class is a concrete subclass of <code>Collator</code> that provides a simple, data-driven, table collator.

[Android.Runtime.Register("java/text/RuleBasedCollator", DoNotGenerateAcw=true)]
public class RuleBasedCollator : Java.Text.Collator
[<Android.Runtime.Register("java/text/RuleBasedCollator", DoNotGenerateAcw=true)>]
type RuleBasedCollator = class
    inherit Collator
Inheritance
RuleBasedCollator
Attributes

Remarks

Java documentation for java.text.RuleBasedCollator.

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(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

RuleBasedCollator(String)

RuleBasedCollator constructor.

Fields

CanonicalDecomposition

Decomposition mode value.

(Inherited from Collator)
FullDecomposition

Decomposition mode value.

(Inherited from Collator)
Identical

Collator strength value.

(Inherited from Collator)
NoDecomposition

Decomposition mode value.

(Inherited from Collator)
Primary

Collator strength value.

(Inherited from Collator)
Secondary

Collator strength value.

(Inherited from Collator)
Tertiary

Collator strength value.

(Inherited from Collator)

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
Decomposition

Get the decomposition mode of this Collator. -or- Set the decomposition mode of this Collator.

(Inherited from Collator)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
Rules

Gets the table-based rules for the collation object.

Strength

Returns this Collator's strength property. -or- Sets this Collator's strength property.

(Inherited from Collator)
ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Methods

Clone()

Returns a new collator with the same decomposition mode and strength value as this collator.

(Inherited from Collator)
Compare(Object, Object)

Compares its two arguments for order.

(Inherited from Collator)
Compare(String, String)

Compares the character data stored in two different strings based on the collation rules.

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)

Convenience method for comparing the equality of two strings based on this Collator's collation rules.

(Inherited from Collator)
GetCollationElementIterator(ICharacterIterator)

Returns a CollationElementIterator for the given CharacterIterator.

GetCollationElementIterator(String)

Returns a CollationElementIterator for the given String.

GetCollationKey(String)

Transforms the string into a series of characters that can be compared with CollationKey.

GetHashCode()

Generates the hash code for the table-based collation object

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)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
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 another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until either another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object, or a specified amount of time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IComparator.Compare(Object, Object) (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