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