Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Contains various collection implementations.

Classes

  ClassDescription
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.