Click or drag to resize

ImmutableArrayList Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Implementation of the IList interface in a read-only fashion based on an array.
Inheritance Hierarchy

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class ImmutableArrayList : ImmutableMultiList

The ImmutableArrayList type exposes the following members.

Constructors
  NameDescription
Public methodImmutableArrayList
Construct a List containing the elements of the specified array.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ImmutableMultiList.)
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from ImmutableMultiList.)
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from ImmutableMultiList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ImmutableMultiList.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ImmutableMultiList.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ImmutableMultiList.)
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the IList.
(Inherited from ImmutableMultiList.)
Public methodClear
Removes all items from the IList.
(Inherited from ImmutableMultiList.)
Public methodContains
Determines whether the IList contains a specific value.
(Inherited from ImmutableMultiList.)
Public methodCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from ImmutableMultiList.)
Public methodEquals(ICollection)
Determines whether the specified ICollection is equal to the current ICollection.
(Inherited from ImmutableMultiList.)
Public methodEquals(IList)
Determines whether the specified IList is equal to the current IList.
(Inherited from ImmutableMultiList.)
Public methodEquals(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.
(Inherited from ImmutableMultiList.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from ImmutableMultiList.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from ImmutableMultiList.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the IList.
(Inherited from ImmutableMultiList.)
Public methodInsert
Inserts an item to the IList at the specified index.
(Inherited from ImmutableMultiList.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from ImmutableMultiList.)
Public methodRemoveAt
Removes the IList item at the specified index.
(Inherited from ImmutableMultiList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also