Class CharArraySetExtensions
LUCENENET specific extension methods for CharArraySet
Inheritance
Namespace: Lucene.Net.Analysis.Util
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public static class CharArraySetExtensions : object
Methods
| Improve this Doc View SourceAdd(CharArraySet, Boolean)
Add this
Declaration
public static bool Add(this CharArraySet set, bool text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, Byte)
Add this
Declaration
public static bool Add(this CharArraySet set, byte text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, Char)
Add this
Declaration
public static bool Add(this CharArraySet set, char text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, Int16)
Add this
Declaration
public static bool Add(this CharArraySet set, short text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, Int32)
Add this
Declaration
public static bool Add(this CharArraySet set, int text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, Int64)
Add this
Declaration
public static bool Add(this CharArraySet set, long text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, SByte)
Add this
Declaration
public static bool Add(this CharArraySet set, sbyte text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, UInt16)
Add this
Declaration
public static bool Add(this CharArraySet set, ushort text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, UInt32)
Add this
Declaration
public static bool Add(this CharArraySet set, uint text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Add(CharArraySet, UInt64)
Add this
Declaration
public static bool Add(this CharArraySet set, ulong text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
|
Contains(CharArraySet, Boolean)
true
if the
Declaration
public static bool Contains(this CharArraySet set, bool text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, Byte)
true
if the
Declaration
public static bool Contains(this CharArraySet set, byte text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, Char)
true
if the
Declaration
public static bool Contains(this CharArraySet set, char text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, Int16)
true
if the
Declaration
public static bool Contains(this CharArraySet set, short text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, Int32)
true
if the
Declaration
public static bool Contains(this CharArraySet set, int text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, Int64)
true
if the
Declaration
public static bool Contains(this CharArraySet set, long text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, SByte)
true
if the
Declaration
public static bool Contains(this CharArraySet set, sbyte text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, UInt16)
true
if the
Declaration
public static bool Contains(this CharArraySet set, ushort text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, UInt32)
true
if the
Declaration
public static bool Contains(this CharArraySet set, uint text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
Contains(CharArraySet, UInt64)
true
if the
Declaration
public static bool Contains(this CharArraySet set, ulong text)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | |
System. |
text |
Returns
Type | Description |
---|---|
System. |
UnionWith(CharArraySet, IEnumerable<Byte>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<byte> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|
UnionWith(CharArraySet, IEnumerable<Char>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<char> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|
UnionWith(CharArraySet, IEnumerable<Int16>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<short> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|
UnionWith(CharArraySet, IEnumerable<Int32>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<int> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|
UnionWith(CharArraySet, IEnumerable<Int64>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<long> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|
UnionWith(CharArraySet, IEnumerable<SByte>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<sbyte> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|
UnionWith(CharArraySet, IEnumerable<UInt16>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<ushort> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|
UnionWith(CharArraySet, IEnumerable<UInt32>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<uint> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|
UnionWith(CharArraySet, IEnumerable<UInt64>)
Modifies the current Char
Declaration
public static bool UnionWith(this CharArraySet set, IEnumerable<ulong> other)
Parameters
Type | Name | Description |
---|---|---|
Char |
set | this Char |
IEnumerable<System. |
other | The collection whose elements should be merged into the Char |
Returns
Type | Description |
---|---|
System. |
|