Show / Hide Table of Contents

Namespace Tangosol.Util.Collections

Classes

DictionarySet

IDictionary-based ICollection implementation that contains no duplicate elements.

HashDictionary

Hashtable-based IDictionary implementation that allows null keys.

HashSet

IDictionary-based ICollection implementation that contains no duplicate elements.

SafeHashSet

A thread-safe IDictionary-based ICollection implementation that contains no duplicate elements.

SortedDictionary

SortedList-based IDictionary implementation that allows null keys.

SortedHashSet

IDictionary-based ICollection implementation that contains no duplicate elements and maintains sorted values.

SynchronizedDictionary

Synchronized IDictionary wrapper that uses read/write locks to synchronize access to the underlying dictionary.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.