| Interface | Description | |
|---|---|---|
| IHashMapEntry |
Defines the contract for classes which are to provide a specific
implementation of an IMap entry. |
|
| IMap | Defines the contract for lightweight HashMap implementations which are to expose an API into a managed collection of key value pairs |
| Class | Description | |
|---|---|---|
| HashMap | IMap implementation which dynamically creates a HashMap of key / value pairs and provides a standard API for working with the map | |
| HashMapEntry | Provides a strongly typed implementation of a key/value pairs |