![]() | FixedDictionarySchemaK Class |
Namespace: com.espertech.esper.compat.collections
public class FixedDictionarySchema<K> : IEnumerable, IEnumerable
[Missing <typeparam name="K"/> documentation for "T:com.espertech.esper.compat.collections.FixedDictionarySchema`1"]
The FixedDictionarySchemaK type exposes the following members.
Name | Description | |
---|---|---|
![]() | FixedDictionarySchemaK | Initializes a new instance of the FixedDictionarySchemaK class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the count.
|
![]() | Item |
Gets the index associated with the specified key.
|
![]() | Keys |
Gets the keys for the schema.
|
Name | Description | |
---|---|---|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | TryGetIndex |
Tries the get the index for the key. If the index does not
exist, the method returns false.
|
Name | Description | |
---|---|---|
![]() | AsHashSetT | (Defined by CompatExtensions.) |
![]() | AsLinkedListT | (Defined by CompatExtensions.) |
![]() | AtIndex(Int32) | Overloaded.
Gets the item at the nth index of the enumerable.
(Defined by CompatExtensions.) |
![]() | AtIndex(Int32, FuncT, TResult) | Overloaded. (Defined by CompatExtensions.) |
![]() | EnumerateWithLookaheadT | (Defined by CompatExtensions.) |
![]() | ForT | (Defined by CompatExtensions.) |
![]() | HasFirstT | (Defined by CompatExtensions.) |
![]() | IsT, TX | (Defined by CompatExtensions.) |
![]() | MaterializeArrayT | (Defined by CompatExtensions.) |
![]() | Render(TextWriter) | Overloaded.
Renders an enumerable source
(Defined by CompatExtensions.) |
![]() | Render(FuncT, TResult) | Overloaded. (Defined by CompatExtensions.) |
![]() | RenderTK, TV(Void) | Overloaded. (Defined by CompatExtensions.) |
![]() | SecondT | (Defined by CompatExtensions.) |
![]() | ToArrayOrNullT | (Defined by CompatExtensions.) |
![]() | ToListOrNullT | (Defined by CompatExtensions.) |