UnicodeSet Class

Definition

[Android.Runtime.Register("android/icu/text/UnicodeSet", ApiSince=24, DoNotGenerateAcw=true)]
public class UnicodeSet : Android.Icu.Text.UnicodeFilter, Android.Icu.Util.IFreezable, IDisposable, Java.Interop.IJavaPeerable, Java.Lang.IComparable, Java.Lang.IIterable
[<Android.Runtime.Register("android/icu/text/UnicodeSet", ApiSince=24, DoNotGenerateAcw=true)>]
type UnicodeSet = class
    inherit UnicodeFilter
    interface IFreezable
    interface ICloneable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
    interface IComparable
    interface IIterable
Inheritance
Attributes
Implements

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

UnicodeSet()
UnicodeSet(Int32, Int32)
UnicodeSet(Int32[])
UnicodeSet(IntPtr, JniHandleOwnership)
UnicodeSet(String)
UnicodeSet(String, Boolean)
UnicodeSet(String, ParsePosition, ISymbolTable)
UnicodeSet(String, ParsePosition, ISymbolTable, UnicodeSetOptions)
UnicodeSet(String, UnicodeSetOptions)
UnicodeSet(UnicodeSet)

Fields

AddCaseMappings
Case
CaseInsensitive
IgnoreSpace
MaxValue
MinValue

Properties

AllCodePoints
Class

Returns the runtime class of this Object.

(Inherited from Object)
Empty
Handle

The handle to the underlying Android instance.

(Inherited from Object)
HasStrings
IsEmpty
IsFrozen
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
RangeCount
ThresholdClass
ThresholdType

Methods

_generatePattern(StringBuffer, Boolean)
_generatePattern(StringBuffer, Boolean, Boolean)
Add(ICharSequence)
Add(IIterable)
Add(Int32)
Add(Int32, Int32)
Add(String)
AddAll(ICharSequence)
AddAll(IIterable)
AddAll(Int32, Int32)
AddAll(String)
AddAll(UnicodeSet)
AddAllTo(Object)
AddMatchSetTo(UnicodeSet)
ApplyIntPropertyValue(Int32, Int32)
ApplyPattern(String)
ApplyPattern(String, Boolean)
ApplyPattern(String, UnicodeSetOptions)
ApplyPropertyAlias(String, String)
ApplyPropertyAlias(String, String, ISymbolTable)
CharAt(Int32)
Clear()
Clone()
CloneAsThawed()
CloseOver(Int32)
Compact()
CompareTo(IIterable)
CompareTo(UnicodeSet)
CompareTo(UnicodeSet, UnicodeSet+ComparisonStyle)
Complement()
Complement(ICharSequence)
Complement(Int32)
Complement(Int32, Int32)
Complement(String)
ComplementAll(ICharSequence)
ComplementAll(String)
ComplementAll(UnicodeSet)
Contains(ICharSequence)
Contains(Int32)
Contains(Int32, Int32)
Contains(String)
ContainsAll(IIterable)
ContainsAll(String)
ContainsAll(UnicodeSet)
ContainsNone(ICharSequence)
ContainsNone(IIterable)
ContainsNone(Int32, Int32)
ContainsNone(String)
ContainsNone(UnicodeSet)
ContainsSome(ICharSequence)
ContainsSome(IIterable)
ContainsSome(Int32, Int32)
ContainsSome(String)
ContainsSome(UnicodeSet)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

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

(Inherited from Object)
Freeze()
From(ICharSequence)
From(String)
FromAll(ICharSequence)
FromAll(String)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetRangeEnd(Int32)
GetRangeStart(Int32)
IndexOf(Int32)
Iterator()
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)
Matches(IReplaceable, Int32[], Int32, Boolean) (Inherited from UnicodeFilter)
MatchesIndexValue(Int32)
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)
Ranges()
Remove(ICharSequence)
Remove(Int32)
Remove(Int32, Int32)
Remove(String)
RemoveAll(ICharSequence)
RemoveAll(IIterable)
RemoveAll(String)
RemoveAll(UnicodeSet)
RemoveAllStrings()
Retain(ICharSequence)
Retain(Int32)
Retain(Int32, Int32)
Retain(String)
RetainAll(ICharSequence)
RetainAll(IIterable)
RetainAll(String)
RetainAll(UnicodeSet)
Set(Int32, Int32)
Set(UnicodeSet)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
Size()
Span(ICharSequence, Int32, UnicodeSet+SpanCondition)
Span(ICharSequence, UnicodeSet+SpanCondition)
Span(String, Int32, UnicodeSet+SpanCondition)
Span(String, UnicodeSet+SpanCondition)
SpanBack(ICharSequence, Int32, UnicodeSet+SpanCondition)
SpanBack(ICharSequence, UnicodeSet+SpanCondition)
SpanBack(String, Int32, UnicodeSet+SpanCondition)
SpanBack(String, UnicodeSet+SpanCondition)
Strings()
ToArray<T>() (Inherited from Object)
ToPattern(Boolean)
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

IComparable.CompareTo(Object)
IFreezable.CloneAsThawed()
IFreezable.Freeze()
IIterable.Iterator()
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)
ToEnumerable(IIterable)
ToEnumerable<T>(IIterable)

Applies to