Click or drag to resize

Tangosol.Util.Collections Namespace

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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.