Usages of MapEntry
Properties
| entries | in Mapper | Gets an enumerable over all entries in this (dictionary-based) mapper. | |
| entries | in CreationProperties | Gets all the entries stored by this instance. |
Method Return Values
| getEnumerator () | in ResultItemMapping | ||
| getEnumerator () | in HashMap |
Method Parameters
| HashMap () | in HashMap | Creates a new instance. | |
| add (MapEntry<TKey,TValue>) | in HashMap | ||
| copyTo (MapEntry<TKey,TValue>, number) | in HashMap | ||
| includes (MapEntry<TKey,TValue>) | in HashMap | ||
| remove (MapEntry<TKey,TValue>) | in HashMap |
Implementing Types
| ResultItemMapping | Represents a mapping from keys to values that is part of a result of running a graph analysis algorithm. | |
| IMap | A collection of value objects which are mapped to key objects and can be queried using their keys. |