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

Create a Converter Entry collection.

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

Syntax

C#
protected virtual ConverterCollections..::.ConverterCacheEntries InstantiateEntries(
	ICollection col,
	IConverter convKeyUp,
	IConverter convKeyDown,
	IConverter convValUp,
	IConverter convValDown
)

Parameters

col
Type: System.Collections..::.ICollection
The underlying collection of entries.
convKeyUp
Type: Tangosol.Util..::.IConverter
The IConverter to view the underlying cache's entry keys through.
convKeyDown
Type: Tangosol.Util..::.IConverter
The IConverter to use to pass keys down to the underlying cache's entry collection.
convValUp
Type: Tangosol.Util..::.IConverter
The IConverter to view the underlying cache's entry values through.
convValDown
Type: Tangosol.Util..::.IConverter
The IConverter to use to pass values down to the underlying cache's entry collection.

Return Value

A Converter Entry collection.

See Also