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

The SortedHashSet type exposes the following members.

Constructors

  NameDescription
Public methodSortedHashSet()()()()
Create a new SortedHashSet.
Public methodSortedHashSet(ICollection)
Create and populate a new SortedHashSet with the given collection of elements.
Public methodSortedHashSet(IComparer)
Create a new SortedHashSet with the specified IComparer
Public methodSortedHashSet(Int32)
Create a new SortedHashSet with the specified initial capacity.
Protected methodSortedHashSet(SerializationInfo, StreamingContext)
Initializes a new instance of the SortedHashSet class using the specified SerializationInfo and StreamingContext.

Methods

  NameDescription
Public methodAdd
Adds an element to the set and returns a value to indicate if the element was successfully added.
(Inherited from DictionarySet.)
Public methodClear
Remove all elements from the set.
(Inherited from DictionarySet.)
Public methodContains
Determine whether the set contains a specific element.
(Inherited from DictionarySet.)
Public methodCopyTo
Copy elements from this collection into the one-dimensional array.
(Inherited from DictionarySet.)
Public methodEquals(Object)
Determines whether the specified object is equal to this object.
(Inherited from DictionarySet.)
Public methodEquals(DictionarySet)
Compares this set with another set for equality.
(Inherited from DictionarySet.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Return an IEnumerator that iterates through this collection.
(Inherited from DictionarySet.)
Public methodGetHashCode
Returns a hash code for this object.
(Inherited from DictionarySet.)
Public methodGetObjectData
Populates SerializationInfo with the data needed to serialize this object.
(Inherited from DictionarySet.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInstantiateDictionary
Factory pattern: Provide an underlying dictionary for this Set implementation.
(Inherited from DictionarySet.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove the specified element from the set.
(Inherited from DictionarySet.)
Public methodToString
Returns string representation of this instance.
(Inherited from DictionarySet.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements in this collection.
(Inherited from DictionarySet.)
Public propertyIsSynchronized
Gets a value indicating whether access to this collection is thread-safe.
(Inherited from DictionarySet.)
Public propertySyncRoot
Get an object that can be used to synchronize access to this collection.
(Inherited from DictionarySet.)

See Also