Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The ImmutableMultiList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ImmutableMultiList |
Construct a List containing the elements of the specified array of
Object arrays.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an item to the | |
| CalculateTotalLength |
Calculate the total number of element in the array of arrays.
| |
| Clear |
Removes all items from the | |
| Contains |
Determines whether the | |
| CopyTo |
Copies the elements of the | |
| Equals | Overloaded. | |
Allows an (Inherited from | ||
| Flatten |
Create a single dimensional array containing all elements of the
specified array of arrays.
| |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides | |
Gets the (Inherited from | ||
| IndexOf |
Determines the index of a specific item in the | |
| Insert |
Inserts an item to the | |
Creates a shallow copy of the current (Inherited from | ||
| Remove |
Removes the first occurrence of a specific object from the | |
| RemoveAt |
Removes the | |
Returns a (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the | |
| IsFixedSize |
Gets a value indicating whether the | |
| IsReadOnly |
Gets a value indicating whether the | |
| IsSynchronized |
Gets a value indicating whether access to the | |
| Item |
Gets or sets the element at the specified index.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the |