Click or drag to resize

HashDictionary Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The HashDictionary type exposes the following members.

Properties
  NameDescription
Protected propertycomparer Obsolete.
Gets or sets the IComparer to use for the Hashtable.
(Inherited from Hashtable.)
Public propertyCount
Gets the number of elements contained in the ICollection.
(Overrides HashtableCount.)
Protected propertyEqualityComparer (Inherited from Hashtable.)
Protected propertyhcp Obsolete.
Gets or sets the object that can dispense hash codes.
(Inherited from Hashtable.)
Public propertyIsFixedSize (Inherited from Hashtable.)
Protected propertyIsNullValueSet
Returns true is the value for the null key is set, false otherwise.
Public propertyIsReadOnly (Inherited from Hashtable.)
Public propertyIsSynchronized (Inherited from Hashtable.)
Public propertyItem
Gets or sets the element with the specified key.
(Overrides HashtableItemObject.)
Public propertyKeys
Gets an ICollection object containing the keys of this dictionary.
(Overrides HashtableKeys.)
Public propertySyncRoot (Inherited from Hashtable.)
Public propertyValues
Gets an ICollection object containing the values in this dictionary.
(Overrides HashtableValues.)
Top
See Also