Constructor.

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

Syntax

C#
public ConverterCacheEntries(
	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 entries' keys through.
convKeyDown
Type: Tangosol.Util..::..IConverter
The IConverter to pass keys down to the underlying entries collection.
convValUp
Type: Tangosol.Util..::..IConverter
The IConverter to view the underlying entries' values through.
convValDown
Type: Tangosol.Util..::..IConverter
The IConverter to pass values down to the underlying entries collection.

See Also