Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
A collection of ICollection implementation classes that
use the IConverter interface to convert the items
stored in underlying collection objects.
The ConverterCollections..::.ConverterCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConverterCollections..::.ConverterCollection |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copies the elements of the | |
| Equals |
Compares the specified object with this collection for
equality.
(Overrides | |
Allows an (Inherited from | ||
| GetEnumerator |
Returns an enumerator that iterates through a collection.
| |
| GetHashCode |
Returns the hash code value for this collection.
(Overrides | |
Gets the (Inherited from | ||
| InstantiateEnumerator |
Create a Converter enumerator.
| |
| Invalidate |
Drop references to the underlying collection and the
converters.
| |
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Return a string description for this collection.
(Overrides |
Fields
| Name | Description | |
|---|---|---|
| m_col |
The underlying ICollection.
| |
| m_convDown |
The IConverter from this ICollection to the underlying
ICollection.
| |
| m_convUp |
The IConverter from the underlying ICollection to this
ICollection.
|
Properties
| Name | Description | |
|---|---|---|
| Collection |
The underlying | |
| ConverterDown |
The IConverter used to pass values down to the
underlying collection.
| |
| ConverterUp |
The IConverter used to view the underlying
collection's values through.
| |
| Count |
Gets the number of elements contained in the collection.
| |
| 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.
|