Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Contains various collection implementations.

Classes

  ClassDescription
HashDictionary
Hashtable-based IDictionary implementation that allows null keys.
HashSet
IDictionary-based ICollection implementation that contains no duplicate elements.
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.