Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
Contains various collection implementations.
Classes
| Class | Description | |
|---|---|---|
| DictionarySet | ||
| HashDictionary |
Hashtable-based IDictionary implementation that allows null
keys.
| |
| HashSet | ||
| SafeHashSet |
A thread-safe | |
| SortedDictionary |
SortedList-based IDictionary implementation that allows null
keys.
| |
| SortedHashSet | ||
| SynchronizedDictionary |
Synchronized IDictionary wrapper that uses read/write locks
to synchronize access to the underlying dictionary.
|