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

The LiteDictionary type exposes the following members.

Constructors

  NameDescription
Public methodLiteDictionary()()()()
Constructs a LiteDictionary.
Public methodLiteDictionary(IDictionary)
Construct a LiteDictionary with the same mappings as the given dictionary.

Methods

  NameDescription
Public methodAdd
Adds an element with the provided key and value to the IDictionary object.
Protected methodCheckShrinkFromOther
After a mutation operation has reduced the size of an underlying dictionary, check if the delegation model should be replaced with a more size-efficient storage approach, and switch accordingly.
Public methodClear
Removes all elements from the dictionary.
Public methodContains
Returns true if this dictionary contains a mapping for the specified key.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular index.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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
Returns an IEnumerator object for this LiteDictionary.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInstantiateDictionary
Instantiate an IDictionary object to store entries in once the "lite" threshold has been exceeded.
Protected methodInstantiateEntry
Instantiate a DictionaryEntry.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the mapping for this key from this dictionary if present.
Public methodRemoveEx
Removes the mapping for this key from this map if present.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in this dictionary.
Public propertyIsEmpty
Gets true if this dictionary contains no key-value mappings.
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public propertyItem
Returns the value to which this dictionary maps the specified key.
Public propertyKeys
Gets a collection containing the keys of the LiteDictionary.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public propertyValues
Gets a collection containing the values in the LiteDictionary.

See Also