Click or drag to resize

Tangosol.Util.Collections Namespace

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.