Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
An interface, similar in its methods to IList, and similar in
its purpose to an array, designed for sparse storage and indexed by
long values.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public interface ILongArray |
Remarks
Unlike the IList interface, the ILongArray interface assumes
that every valid index (i.e. greater than or equal to zero) can be
accessed and has storage available.