Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ConverterCollections..::..ConverterCacheEntries..::..ConverterEntry type exposes the following members.

Constructors

Methods

  NameDescription
Public methodEquals
Compares the specified object with this entry for equality.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code value for this cache entry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Return a string description for this entry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)

Fields

  NameDescription
Protected fieldm_entry
The underlying entry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)
Protected fieldm_keyUp
Cached converted key.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)
Protected fieldm_parent
Parent entries collection.
Protected fieldm_valueUp
Cached converted value.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)

Properties

  NameDescription
Protected propertyConverterKeyUp
Return the IConverter to view the underlying entry's key through.
(Overrides ConverterCollections..::..AbstractConverterCacheEntry..::..ConverterKeyUp.)
Protected propertyConverterValueDown
Return the IConverter used to change value in the underlying entry.
(Overrides ConverterCollections..::..AbstractConverterCacheEntry..::..ConverterValueDown.)
Protected propertyConverterValueUp
Return the IConverter to view the underlying entry's value through.
(Overrides ConverterCollections..::..AbstractConverterCacheEntry..::..ConverterValueUp.)
Public propertyEntry
The underlying ICacheEntry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)
Public propertyKey
Gets the key corresponding to this entry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)
Public propertyValue
Gets or sets the value corresponding to this entry.
(Inherited from ConverterCollections..::..AbstractConverterCacheEntry.)

See Also