ConverterCollectionsConverterCacheEntriesConverterEntry Class |
Namespace: Tangosol.Util
protected class ConverterEntry : ConverterCollectionsAbstractConverterCacheEntry
The ConverterCollectionsConverterCacheEntriesConverterEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConverterCollectionsConverterCacheEntriesConverterEntry |
Constructor.
|
Name | Description | |
---|---|---|
![]() | ConverterKeyUp |
Return the IConverter to view the underlying
entry's key through.
(Overrides ConverterCollectionsAbstractConverterCacheEntryConverterKeyUp.) |
![]() | ConverterValueDown |
Return the IConverter used to change value in
the underlying entry.
(Overrides ConverterCollectionsAbstractConverterCacheEntryConverterValueDown.) |
![]() | ConverterValueUp |
Return the IConverter to view the underlying
entry's value through.
(Overrides ConverterCollectionsAbstractConverterCacheEntryConverterValueUp.) |
![]() | Entry |
The underlying ICacheEntry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
![]() | Key |
Gets the key corresponding to this entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
![]() | Value |
Gets or sets the value corresponding to this entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
Name | Description | |
---|---|---|
![]() | Equals |
Compares the specified object with this entry for equality.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Returns the hash code value for this cache entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
![]() | 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 ConverterCollectionsAbstractConverterCacheEntry.) |
Name | Description | |
---|---|---|
![]() | m_entry |
The underlying entry.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
![]() | m_keyUp |
Cached converted key.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |
![]() | m_parent |
Parent entries collection.
|
![]() | m_valueUp |
Cached converted value.
(Inherited from ConverterCollectionsAbstractConverterCacheEntry.) |