Show / Hide Table of Contents

Class ImmutableArrayList

Implementation of the IList interface in a read-only fashion based on an array.

Inheritance
object
ImmutableMultiList
ImmutableArrayList
Implements
IList
ICollection
IEnumerable
Inherited Members
ImmutableMultiList.GetEnumerator()
ImmutableMultiList.CopyTo(Array, int)
ImmutableMultiList.Count
ImmutableMultiList.SyncRoot
ImmutableMultiList.IsSynchronized
ImmutableMultiList.Add(object)
ImmutableMultiList.Contains(object)
ImmutableMultiList.Clear()
ImmutableMultiList.IndexOf(object)
ImmutableMultiList.Insert(int, object)
ImmutableMultiList.Remove(object)
ImmutableMultiList.RemoveAt(int)
ImmutableMultiList.this[int]
ImmutableMultiList.IsReadOnly
ImmutableMultiList.IsFixedSize
ImmutableMultiList.Equals(object)
ImmutableMultiList.Equals(IList)
ImmutableMultiList.Equals(ICollection)
ImmutableMultiList.GetHashCode()
ImmutableMultiList.CalculateTotalLength(object[][])
ImmutableMultiList.Flatten(object[][], int, Array, int)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IList
ICollection
IEnumerable
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.