ConverterCollections Class |
Namespace: Tangosol.Util
public abstract class ConverterCollections
The ConverterCollections type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConverterCollections | Initializes a new instance of the ConverterCollections class |
Name | Description | |
---|---|---|
![]() ![]() | ConvertArray(Object, IConverter) |
Convert the contents of the passed array.
|
![]() ![]() | ConvertArray(Object, IConverter, Object) |
Convert the contents of the passed source array into an array
with the element type of the passed destination array, using the
destination array itself if it is large enough, and placing a
null in the first unused element of the destination array
if it is larger than the source array.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from 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.) |
![]() ![]() | GetCache |
Returns a Converter instance of ICache.
|
![]() ![]() | GetCacheEntries |
Returns a Converter instance of a collection that holds
ICacheEntry objects for a
ConverterCollectionsConverterCache.
|
![]() ![]() | GetCacheEntry |
Returns an instance of a ICacheEntry that uses
IConverters to retrieve the entry's data.
|
![]() ![]() | GetCacheEnumerator |
Returns an instance of ICacheEnumerator that uses
IConverters to view an underlying enumerator.
|
![]() ![]() | GetCacheEventArgs |
Returns an instance of a CacheEventArgs that uses
IConverters to retrieve the event data.
|
![]() ![]() | GetCollection |
Returns an instance of ICollection that uses an
IConverter to view an underlying collection.
|
![]() ![]() | GetConcurrentCache |
Returns a Converter instance of IConcurrentCache.
|
![]() ![]() | GetDictionary |
Returns a Converter instance of IDictionary.
|
![]() ![]() | GetDictionaryEnumerator |
Returns an instance of IDictionaryEnumerator that
uses IConverters to view an underlying enumerator.
|
![]() ![]() | GetEnumerator |
Returns an instance of IEnumerator that uses an
IConverter to view an underlying enumerator.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetInvocableCache |
Returns a Converter instance of IInvocableCache.
|
![]() ![]() | GetNamedCache |
Returns a Converter instance of INamedCache.
|
![]() ![]() | GetObservableCache |
Returns a Converter instance of IObservableCache.
|
![]() ![]() | GetQueryCache |
Returns a Converter instance of IQueryCache.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |