Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Instantiate the inverse index.

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

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

The inverse index.

See Also