ImmutableMultiList Class | 
Namespace: Tangosol.Util
public class ImmutableMultiList : IList, ICollection, IEnumerable
The ImmutableMultiList type exposes the following members.
| Name | Description | |
|---|---|---|
| ImmutableMultiList | 
            Construct a List containing the elements of the specified array of
            Object arrays.
              | 
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ICollection.  | |
| IsFixedSize | Gets a value indicating whether the IList has a fixed size.  | |
| IsReadOnly | Gets a value indicating whether the IList is read-only.  | |
| IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe).  | |
| Item | Gets or sets the element at the specified index.  | |
| SyncRoot | Gets an object that can be used to synchronize access to the ICollection.  | 
| Name | Description | |
|---|---|---|
| Add | Adds an item to the IList.  | |
| CalculateTotalLength | 
            Calculate the total number of element in the array of arrays.
              | |
| Clear | Removes all items from the IList.  | |
| Contains | Determines whether the IList contains a specific value.  | |
| CopyTo | ||
| Equals(ICollection) | 
            Determines whether the specified ICollection is equal to
            the current ICollection.
              | |
| Equals(IList) | 
            Determines whether the specified IList is equal to the
            current IList.
              | |
| Equals(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 ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| 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 the default hash function.   (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IndexOf | Determines the index of a specific item in the IList.  | |
| Insert | Inserts an item to the IList at the specified index.  | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Remove | Removes the first occurrence of a specific object from the IList.  | |
| RemoveAt | Removes the IList item at the specified index.  | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |