Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ILongArray type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add the passed element value to the ILongArray and return the index at which the element value was stored.
Public methodClear
Remove all elements from the ILongArray.
Public methodContains
Determine if the ILongArray contains the specified element.
Public methodEquals
Test for ILongArray equality.
Public methodExists
Determine if the specified index is in use.
Public methodGetEnumerator()()()()
Obtain an IEnumerator of the contents of the ILongArray.
Public methodGetEnumerator(Int64)
Obtain an IEnumerator of the contents of the ILongArray, starting at a particular index such that the first call to MoveNext will set the location of the enumerator at the first existent index that is greater than or equal to the specified index, or will throw an IndexOutOfRangeException if there is no such existent index.
Public methodRemove
Remove the specified index from the ILongArray, returning its associated value.
Public methodToString
Provide a string representation of the ILongArray.

Properties

  NameDescription
Public propertyCount
Determine the size of the ILongArray.
Public propertyFirstIndex
Determine the first index that exists in the ILongArray.
Public propertyIsEmpty
Determine if ILongArray is empty.
Public propertyItem
The value stored at the specified index.
Public propertyLastIndex
Determine the last index that exists in the ILongArray.
Public propertySyncRoot
Gets an object that can be used to synchronize access to this ILongArray.

See Also