ConverterCollectionsConverterCacheEntries Class |
Namespace: Tangosol.Util
public class ConverterCacheEntries : ICollection, IEnumerable
The ConverterCollectionsConverterCacheEntries type exposes the following members.
| Name | Description | |
|---|---|---|
| ConverterCollectionsConverterCacheEntries |
Constructor.
|
| Name | Description | |
|---|---|---|
| ConverterKeyDown |
The IConverter used to pass keys down to the
underlying entries collection.
| |
| ConverterKeyUp |
The IConverter used to view the underlying
entries' keys through.
| |
| ConverterValueDown |
The IConverter used to pass values down to the
underlying entries collection.
| |
| ConverterValueUp |
The IConverter used to view the underlying
entries' values through.
| |
| Count |
Gets the number of elements contained in the collection.
| |
| Entries |
The underlying collection of ICacheEntry
objects.
| |
| IsSynchronized |
Gets a value indicating whether access to the collection is
synchronized (thread safe).
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the
collection.
|
| Name | Description | |
|---|---|---|
| CopyTo |
Copies the elements of the ICollection to an
array, starting at a particular index.
| |
| Equals |
Compares the specified object with this collection for
equality.
(Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode |
Returns the hash code value for this collection.
(Overrides ObjectGetHashCode.) | |
| 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 collection.
(Overrides ObjectToString.) | |
| WrapEntry |
Wrap an ICacheEntry from the entries collection
to make a ConverterCollectionsConverterCacheEntriesConverterEntry.
| |
| WrapEnumerator |
Wrap an IEnumerator from the entries collection
to make a ConverterCollectionsConverterCacheEnumerator.
|
| Name | Description | |
|---|---|---|
| m_col |
The underlying collection of ICacheEntry objects.
| |
| m_convKeyDown |
The IConverter used to pass keys down to the entry
collection.
| |
| m_convKeyUp |
The IConverter used to view keys stored in the entry
collection.
| |
| m_convValDown |
The IConverter used to pass values down to the entry
collection.
| |
| m_convValUp |
The IConverter used to view values stored in the entry
collection.
|