Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
E18812-01
Contains various collection implementations.
Classes
| Class | Description | |
|---|---|---|
| HashDictionary |
Hashtable-based IDictionary implementation that allows null
keys.
| |
| HashSet | ||
| 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.
|