Class CharArrayMapExtensions
LUCENENET specific extension methods for CharArrayMap
Inheritance
Inherited Members
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public static class CharArrayMapExtensions
Methods
Name | Description |
---|---|
ContainsKey<TValue>(CharArrayMap<TValue>, Boolean) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, Byte) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, Char) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, Int16) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, Int32) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, Int64) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, SByte) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, UInt16) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, UInt32) |
|
ContainsKey<TValue>(CharArrayMap<TValue>, UInt64) |
|
Get<TValue>(CharArrayMap<TValue>, Boolean) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, Byte) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, Char) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, Decimal) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, Double) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, Int16) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, Int32) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, Int64) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, SByte) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, Single) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, UInt16) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, UInt32) | returns the value of the mapping of the chars inside this |
Get<TValue>(CharArrayMap<TValue>, UInt64) | returns the value of the mapping of the chars inside this |
Put<TValue>(CharArrayMap<TValue>, Boolean, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, Byte, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, Char, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, Int16, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, Int32, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, Int64, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, SByte, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, UInt16, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, UInt32, TValue) | Add the given mapping. |
Put<TValue>(CharArrayMap<TValue>, UInt64, TValue) | Add the given mapping. |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Boolean, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Byte, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Char, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Int16, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Int32, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<Int64, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<SByte, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<UInt16, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<UInt32, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IDictionary<UInt64, TValue>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Boolean, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Byte, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Char, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Int16, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Int32, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<Int64, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<SByte, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<UInt16, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<UInt32, TValue>>) | This implementation enumerates over the specified |
PutAll<TValue>(CharArrayMap<TValue>, IEnumerable<KeyValuePair<UInt64, TValue>>) | This implementation enumerates over the specified |
TryGetValue<TValue>(CharArrayMap<TValue>, Boolean, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, Byte, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, Char, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, Int16, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, Int32, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, Int64, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, SByte, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, UInt16, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, UInt32, out TValue) | Gets the value associated with the specified key. |
TryGetValue<TValue>(CharArrayMap<TValue>, UInt64, out TValue) | Gets the value associated with the specified key. |