Click or drag to resize

ConverterCollectionsConverterCacheInstantiateEntries Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Create a Converter Entry collection.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual ConverterCollectionsConverterCacheEntries InstantiateEntries(
	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 cache's entry keys through.
convKeyDown
Type: Tangosol.UtilIConverter
The IConverter to use to pass keys down to the underlying cache's entry collection.
convValUp
Type: Tangosol.UtilIConverter
The IConverter to view the underlying cache's entry values through.
convValDown
Type: Tangosol.UtilIConverter
The IConverter to use to pass values down to the underlying cache's entry collection.

Return Value

Type: ConverterCollectionsConverterCacheEntries
A Converter Entry collection.
See Also