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

The LongSortedList type exposes the following members.

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