Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Instantiate the inverse index.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected virtual IDictionary InstatiateInverseIndex(
	bool ordered,
	IComparer comparer
)

Parameters

ordered
Type: System..::.Boolean
true iff the contents of the indexed information should be ordered; false otherwise.
comparer
Type: System.Collections..::.IComparer
The IComparator object which imposes an ordering on entries in the index; or null if the entries' values natural ordering should be used.

Return Value

[Missing <returns> documentation for "M:Tangosol.Net.Cache.SimpleCacheIndex.InstatiateInverseIndex(System.Boolean,System.Collections.IComparer)"]

See Also