Class ImmutableArrayList
Implementation of the IList interface in a read-only fashion based on an array.
Inherited Members
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public class ImmutableArrayList : ImmutableMultiList, IList, ICollection, IEnumerable
Constructors
ImmutableArrayList(object[])
Construct a List containing the elements of the specified array.
Declaration
public ImmutableArrayList(object[] ao)
Parameters
Type | Name | Description |
---|---|---|
object[] | ao | the array backing the list |