Oracle® Coherence .NET API Reference Release 3.6
E15727-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
E15727-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.0.0 (3.6.0.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.