Click or drag to resize

ConverterCollectionsConverterCacheEntries Constructor

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Constructor.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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