LongSortedList Class |
Namespace: Tangosol.Util
public class LongSortedList : ILongArray
The LongSortedList type exposes the following members.
Name | Description | |
---|---|---|
![]() | LongSortedList |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | 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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Obtain an IEnumerator of the contents of the ILongArray.
|
![]() | GetEnumerator(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.
|
![]() | GetHashCode | Serves as the default hash function. (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.) |