Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Determine if the IMapIndex orders the contents of the indexed information. To determine in which way the contents are ordered, get the Comparer from the index contents SortedList object.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public bool IsOrdered { get; }

Implements

IMapIndex..::.IsOrdered

See Also