Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

A Converter Entry Collection views an underlying entry ICollection through a set of key and value IConverters.

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

Constructors

Methods

  NameDescription
Equals
Compares the specified object with this entry for equality.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns the hash code value for this cache entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Return a string description for this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)

Fields

  NameDescription
m_entry
The underlying entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
m_keyUp
Cached converted key.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
m_parent
Parent entries collection.
m_valueUp
Cached converted value.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)

Properties

  NameDescription
ConverterKeyUp
Return the IConverter to view the underlying entry's key through.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterKeyUp.)
ConverterValueDown
Return the IConverter used to change value in the underlying entry.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterValueDown.)
ConverterValueUp
Return the IConverter to view the underlying entry's value through.
(Overrides ConverterCollections..::.AbstractConverterCacheEntry..::.ConverterValueUp.)
Entry
The underlying ICacheEntry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
Key
Gets the key corresponding to this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)
Value
Gets or sets the value corresponding to this entry.
(Inherited from ConverterCollections..::.AbstractConverterCacheEntry.)

See Also