Oracle® Coherence .NET API Reference Release 3.6
E15727-01
E15727-01
Contains various collection implementations.
Classes
| Class | Description | |
|---|---|---|
| HashDictionary |
Hashtable-based IDictionary implementation that allows null
keys.
| |
| SortedDictionary |
SortedList-based IDictionary implementation that allows null
keys.
| |
| SynchronizedDictionary |
Synchronized IDictionary wrapper that uses read/write locks
to synchronize access to the underlying dictionary.
|