Click or drag to resize

SimpleElementSimpleElementList Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
An implementation of IList that only supports IXmlElements as the content of the list.
Inheritance Hierarchy
SystemObject
  System.CollectionsArrayList
    Tangosol.Run.XmlSimpleElementSimpleElementList

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected class SimpleElementList : ArrayList

The SimpleElementSimpleElementList type exposes the following members.

Constructors
  NameDescription
Public methodSimpleElementSimpleElementList
Construct an empty SimpleElementList with specified parent SimpleElement.
Top
Properties
Methods
  NameDescription
Public methodAdd
Adds an object to the end of the ArrayList.
(Overrides ArrayListAdd(Object).)
Public methodAddRange
Adds the elements of an ICollection to the end of the ArrayList.
(Overrides ArrayListAddRange(ICollection).)
Public methodBinarySearch(Object) (Inherited from ArrayList.)
Public methodBinarySearch(Object, IComparer) (Inherited from ArrayList.)
Public methodBinarySearch(Int32, Int32, Object, IComparer) (Inherited from ArrayList.)
Protected methodCheckElement
Validates the passed IXmlElement, copying the element into a new valid element if necessary.
Protected methodCheckMutable
Validates that the parent element is mutable, otherwise throws an InvalidOperationException.
Public methodClear
Removes all elements from the ArrayList.
(Overrides ArrayListClear.)
Public methodClone (Inherited from ArrayList.)
Public methodContains (Inherited from ArrayList.)
Public methodCopyTo(Array) (Inherited from ArrayList.)
Public methodCopyTo(Array, Int32) (Inherited from ArrayList.)
Public methodCopyTo(Int32, Array, Int32, Int32) (Inherited from ArrayList.)
Public methodEquals
Compare this list with another for equality.
(Overrides ObjectEquals(Object).)
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 (Inherited from ArrayList.)
Public methodGetEnumerator(Int32, Int32) (Inherited from ArrayList.)
Public methodGetHashCode
Provide a hash value for this SimpleElementList.
(Overrides ObjectGetHashCode.)
Public methodGetRange (Inherited from ArrayList.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf(Object) (Inherited from ArrayList.)
Public methodIndexOf(Object, Int32) (Inherited from ArrayList.)
Public methodIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
Public methodInsert
Inserts an element into the ArrayList at the specified index.
(Overrides ArrayListInsert(Int32, Object).)
Public methodInsertRange
Inserts the elements of a collection into the ArrayList at the specified index.
(Overrides ArrayListInsertRange(Int32, ICollection).)
Public methodLastIndexOf(Object) (Inherited from ArrayList.)
Public methodLastIndexOf(Object, Int32) (Inherited from ArrayList.)
Public methodLastIndexOf(Object, Int32, Int32) (Inherited from ArrayList.)
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 ArrayList.
(Overrides ArrayListRemove(Object).)
Public methodRemoveAt
Removes the element at the specified index of the ArrayList.
(Overrides ArrayListRemoveAt(Int32).)
Public methodRemoveRange
Removes a range of elements from the ArrayList.
(Overrides ArrayListRemoveRange(Int32, Int32).)
Public methodReverse
Reverses the order of the elements in the entire ArrayList.
(Overrides ArrayListReverse.)
Public methodReverse(Int32, Int32)
Reverses the order of the elements in the specified range.
(Overrides ArrayListReverse(Int32, Int32).)
Public methodSetRange
Copies the elements of a collection over a range of elements in the ArrayList.
(Overrides ArrayListSetRange(Int32, ICollection).)
Public methodSort
Sorts the elements in the entire ArrayList using the IComparable implementation of each element.
(Overrides ArrayListSort.)
Public methodSort(IComparer)
Sorts the elements in the entire ArrayList using the specified comparer.
(Overrides ArrayListSort(IComparer).)
Public methodSort(Int32, Int32, IComparer)
Sorts the elements in a range of elements in ArrayList using the specified comparer.
(Overrides ArrayListSort(Int32, Int32, IComparer).)
Public methodToArray (Inherited from ArrayList.)
Public methodToArray(Type) (Inherited from ArrayList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrimToSize (Inherited from ArrayList.)
Top
See Also