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

The ImmutableMultiList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an item to the IList.
Public methodStatic memberCalculateTotalLength
Calculate the total number of element in the array of arrays.
Public methodClear
Removes all items from the IList.
Public methodContains
Determines whether the IList contains a specific value.
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodEquals(ICollection)
Determines whether the specified ICollection is equal to the current ICollection.
Public methodEquals(IList)
Determines whether the specified IList is equal to the current IList.
Public methodEquals(Object)
Compare this IList implementation with some other Object and determine if the caller would believe this Object to be equal to the other Object.
(Overrides Object..::..Equals(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 methodStatic memberFlatten
Create a single dimensional array containing all elements of the specified array of arrays.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the IList.
Public methodInsert
Inserts an item to the IList at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the IList.
Public methodRemoveAt
Removes the IList item at the specified index.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also