Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)
E18812-01
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.6.1.0 (3.6.1.0)
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.