Click or drag to resize

LongSortedList Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02

The LongSortedList type exposes the following members.

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.
Top
See Also