Click or drag to resize

ConverterCollectionsConverterCacheEntries Constructor

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Constructor.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public ConverterCacheEntries(
	ICollection col,
	IConverter convKeyUp,
	IConverter convKeyDown,
	IConverter convValUp,
	IConverter convValDown
)

Parameters

col
Type: System.CollectionsICollection
The underlying collection of entries.
convKeyUp
Type: Tangosol.UtilIConverter
The IConverter to view the underlying entries' keys through.
convKeyDown
Type: Tangosol.UtilIConverter
The IConverter to pass keys down to the underlying entries collection.
convValUp
Type: Tangosol.UtilIConverter
The IConverter to view the underlying entries' values through.
convValDown
Type: Tangosol.UtilIConverter
The IConverter to pass values down to the underlying entries collection.
See Also