Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Contains various collection implementations.

Classes

  ClassDescription
Public classDictionarySet
IDictionary-based ICollection implementation that contains no duplicate elements.
Public classHashDictionary
Hashtable-based IDictionary implementation that allows null keys.
Public classHashSet
IDictionary-based ICollection implementation that contains no duplicate elements.
Public classSafeHashSet
A thread-safe IDictionary-based ICollection implementation that contains no duplicate elements.
Public classSortedDictionary
SortedList-based IDictionary implementation that allows null keys.
Public classSortedHashSet
IDictionary-based ICollection implementation that contains no duplicate elements and maintains sorted values.
Public classSynchronizedDictionary
Synchronized IDictionary wrapper that uses read/write locks to synchronize access to the underlying dictionary.