Table of Contents

Class RuleBasedCollator

Namespace
Android.Icu.Text
Assembly
MASES.Netdroid.dll
public class RuleBasedCollator : Collator, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IComparator<object>, IJVMBridgeBase, IJVMBridgeDefinition, IFreezable<Collator>, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Collator>
RuleBasedCollator
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Collator>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Collator>.IsAssignableFrom<T>()
JVMBridgeBase<Collator>.Execute<T>(params T[])
JVMBridgeBase<Collator>.DynBridgeClazz
JVMBridgeBase<Collator>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

RuleBasedCollator()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public RuleBasedCollator()

RuleBasedCollator(String)

public RuleBasedCollator(String arg0)

Parameters

arg0 String

String

Exceptions

Exception

RuleBasedCollator(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public RuleBasedCollator(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

GetCollationElementIterator(UCharacterIterator)

public CollationElementIterator GetCollationElementIterator(UCharacterIterator arg0)

Parameters

arg0 UCharacterIterator

UCharacterIterator

Returns

CollationElementIterator

CollationElementIterator

GetCollationElementIterator(String)

public CollationElementIterator GetCollationElementIterator(String arg0)

Parameters

arg0 String

String

Returns

CollationElementIterator

CollationElementIterator

GetCollationElementIterator(CharacterIterator)

public CollationElementIterator GetCollationElementIterator(CharacterIterator arg0)

Parameters

arg0 CharacterIterator

CharacterIterator

Returns

CollationElementIterator

CollationElementIterator

GetContractionsAndExpansions(UnicodeSet, UnicodeSet, bool)

public void GetContractionsAndExpansions(UnicodeSet arg0, UnicodeSet arg1, bool arg2)

Parameters

arg0 UnicodeSet

UnicodeSet

arg1 UnicodeSet

UnicodeSet

arg2 bool

bool

Exceptions

Exception

GetNumericCollation()

public bool GetNumericCollation()

Returns

bool

bool

GetRules()

public String GetRules()

Returns

String

String

GetRules(bool)

public String GetRules(bool arg0)

Parameters

arg0 bool

bool

Returns

String

String

IsAlternateHandlingShifted()

public bool IsAlternateHandlingShifted()

Returns

bool

bool

IsCaseLevel()

public bool IsCaseLevel()

Returns

bool

bool

IsFrenchCollation()

public bool IsFrenchCollation()

Returns

bool

bool

IsLowerCaseFirst()

public bool IsLowerCaseFirst()

Returns

bool

bool

IsUpperCaseFirst()

public bool IsUpperCaseFirst()

Returns

bool

bool

SetAlternateHandlingDefault()

public void SetAlternateHandlingDefault()

SetAlternateHandlingShifted(bool)

public void SetAlternateHandlingShifted(bool arg0)

Parameters

arg0 bool

bool

SetCaseFirstDefault()

public void SetCaseFirstDefault()

SetCaseLevel(bool)

public void SetCaseLevel(bool arg0)

Parameters

arg0 bool

bool

SetCaseLevelDefault()

public void SetCaseLevelDefault()

SetDecompositionDefault()

public void SetDecompositionDefault()

SetFrenchCollation(bool)

public void SetFrenchCollation(bool arg0)

Parameters

arg0 bool

bool

SetFrenchCollationDefault()

public void SetFrenchCollationDefault()

SetLowerCaseFirst(bool)

public void SetLowerCaseFirst(bool arg0)

Parameters

arg0 bool

bool

SetNumericCollation(bool)

public void SetNumericCollation(bool arg0)

Parameters

arg0 bool

bool

SetNumericCollationDefault()

public void SetNumericCollationDefault()

SetStrengthDefault()

public void SetStrengthDefault()

SetUpperCaseFirst(bool)

public void SetUpperCaseFirst(bool arg0)

Parameters

arg0 bool

bool