Class CharArraySetExtensions
LUCENENET specific extension methods for CharArraySet
Inheritance
Inherited Members
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public static class CharArraySetExtensions
Methods
Name | Description |
---|---|
Add(CharArraySet, Boolean) | Add this System.Boolean into the set |
Add(CharArraySet, Byte) | Add this System.Byte into the set |
Add(CharArraySet, Char) | Add this System.Char into the set |
Add(CharArraySet, Int16) | Add this System.Int16 into the set |
Add(CharArraySet, Int32) | Add this System.Int32 into the set |
Add(CharArraySet, Int64) | Add this System.Int64 into the set |
Add(CharArraySet, SByte) | Add this System.SByte into the set |
Add(CharArraySet, UInt16) | Add this System.UInt16 into the set |
Add(CharArraySet, UInt32) | Add this System.UInt32 into the set |
Add(CharArraySet, UInt64) | Add this System.UInt64 into the set |
Contains(CharArraySet, Boolean) |
|
Contains(CharArraySet, Byte) |
|
Contains(CharArraySet, Char) |
|
Contains(CharArraySet, Int16) |
|
Contains(CharArraySet, Int32) |
|
Contains(CharArraySet, Int64) |
|
Contains(CharArraySet, SByte) |
|
Contains(CharArraySet, UInt16) |
|
Contains(CharArraySet, UInt32) |
|
Contains(CharArraySet, UInt64) |
|
UnionWith(CharArraySet, IEnumerable<Byte>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |
UnionWith(CharArraySet, IEnumerable<Char>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |
UnionWith(CharArraySet, IEnumerable<Int16>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |
UnionWith(CharArraySet, IEnumerable<Int32>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |
UnionWith(CharArraySet, IEnumerable<Int64>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |
UnionWith(CharArraySet, IEnumerable<SByte>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |
UnionWith(CharArraySet, IEnumerable<UInt16>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |
UnionWith(CharArraySet, IEnumerable<UInt32>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |
UnionWith(CharArraySet, IEnumerable<UInt64>) | Modifies the current CharArraySet to contain all elements that are present in itself, the specified collection, or both. |