Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The LongSortedList type exposes the following members.

Constructors

  NameDescription
LongSortedList
Default constructor.

Methods

  NameDescription
Add
Add the passed element value to the ILongArray and return the index at which the element value was stored.
Clear
Remove all elements from the ILongArray.
Contains
Determine if the ILongArray contains the specified element.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Exists
Determine if the specified index is in use.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumeratorOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Remove the specified index from the ILongArray, returning its associated value.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Determine the size of the ILongArray.
FirstIndex
Determine the first index that exists in the ILongArray.
IsEmpty
Determine if ILongArray is empty.
Item
The value stored at the specified index.
LastIndex
Determine the last index that exists in the ILongArray.
SyncRoot
Gets an object that can be used to synchronize access to this ILongArray.

See Also