SimpleElementSimpleElementList Class |
Namespace: Tangosol.Run.Xml
protected class SimpleElementList : ArrayList
The SimpleElementSimpleElementList type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleElementSimpleElementList |
Construct an empty SimpleElementList with specified parent
SimpleElement.
|
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from ArrayList.) |
![]() | Count | (Inherited from ArrayList.) |
![]() | IsFixedSize | (Inherited from ArrayList.) |
![]() | IsReadOnly | (Inherited from ArrayList.) |
![]() | IsSynchronized | (Inherited from ArrayList.) |
![]() | Item |
Gets or sets the element at the specified index.
(Overrides ArrayListItemInt32.) |
![]() | Parent |
Parent SimpleElement.
|
![]() | SyncRoot | (Inherited from ArrayList.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds an object to the end of the ArrayList.
(Overrides ArrayListAdd(Object).) |
![]() | AddRange |
Adds the elements of an ICollection to the end of the
ArrayList.
(Overrides ArrayListAddRange(ICollection).) |
![]() | BinarySearch(Object) | (Inherited from ArrayList.) |
![]() | BinarySearch(Object, IComparer) | (Inherited from ArrayList.) |
![]() | BinarySearch(Int32, Int32, Object, IComparer) | (Inherited from ArrayList.) |
![]() | CheckElement |
Validates the passed IXmlElement, copying the element into a
new valid element if necessary.
|
![]() | CheckMutable |
Validates that the parent element is mutable, otherwise
throws an InvalidOperationException.
|
![]() | Clear |
Removes all elements from the ArrayList.
(Overrides ArrayListClear.) |
![]() | Clone | (Inherited from ArrayList.) |
![]() | Contains | (Inherited from ArrayList.) |
![]() | CopyTo(Array) | (Inherited from ArrayList.) |
![]() | CopyTo(Array, Int32) | (Inherited from ArrayList.) |
![]() | CopyTo(Int32, Array, Int32, Int32) | (Inherited from ArrayList.) |
![]() | Equals |
Compare this list with another for equality.
(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.) |
![]() | GetEnumerator | (Inherited from ArrayList.) |
![]() | GetEnumerator(Int32, Int32) | (Inherited from ArrayList.) |
![]() | GetHashCode |
Provide a hash value for this SimpleElementList.
(Overrides ObjectGetHashCode.) |
![]() | GetRange | (Inherited from ArrayList.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf(Object) | (Inherited from ArrayList.) |
![]() | IndexOf(Object, Int32) | (Inherited from ArrayList.) |
![]() | IndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) |
![]() | Insert |
Inserts an element into the ArrayList at the specified index.
(Overrides ArrayListInsert(Int32, Object).) |
![]() | InsertRange |
Inserts the elements of a collection into the ArrayList at
the specified index.
(Overrides ArrayListInsertRange(Int32, ICollection).) |
![]() | LastIndexOf(Object) | (Inherited from ArrayList.) |
![]() | LastIndexOf(Object, Int32) | (Inherited from ArrayList.) |
![]() | LastIndexOf(Object, Int32, Int32) | (Inherited from ArrayList.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific object from the
ArrayList.
(Overrides ArrayListRemove(Object).) |
![]() | RemoveAt |
Removes the element at the specified index of the ArrayList.
(Overrides ArrayListRemoveAt(Int32).) |
![]() | RemoveRange |
Removes a range of elements from the ArrayList.
(Overrides ArrayListRemoveRange(Int32, Int32).) |
![]() | Reverse |
Reverses the order of the elements in the entire ArrayList.
(Overrides ArrayListReverse.) |
![]() | Reverse(Int32, Int32) |
Reverses the order of the elements in the specified range.
(Overrides ArrayListReverse(Int32, Int32).) |
![]() | SetRange |
Copies the elements of a collection over a range of elements
in the ArrayList.
(Overrides ArrayListSetRange(Int32, ICollection).) |
![]() | Sort |
Sorts the elements in the entire ArrayList using the
IComparable implementation of each element.
(Overrides ArrayListSort.) |
![]() | Sort(IComparer) |
Sorts the elements in the entire ArrayList using the
specified comparer.
(Overrides ArrayListSort(IComparer).) |
![]() | Sort(Int32, Int32, IComparer) |
Sorts the elements in a range of elements in ArrayList using
the specified comparer.
(Overrides ArrayListSort(Int32, Int32, IComparer).) |
![]() | ToArray | (Inherited from ArrayList.) |
![]() | ToArray(Type) | (Inherited from ArrayList.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrimToSize | (Inherited from ArrayList.) |