Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ConverterCollections type exposes the following members.

Constructors

  NameDescription
Protected methodConverterCollections
Initializes a new instance of the ConverterCollections class

Methods

  NameDescription
Public methodStatic memberConvertArray(array<Object>[]()[][], IConverter)
Convert the contents of the passed array.
Public methodStatic memberConvertArray(array<Object>[]()[][], IConverter, array<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.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCache
Returns a Converter instance of ICache.
Public methodStatic memberGetCacheEntries
Returns a Converter instance of a collection that holds ICacheEntry objects for a ConverterCollections..::..ConverterCache.
Public methodStatic memberGetCacheEntry
Returns an instance of a ICacheEntry that uses IConverters to retrieve the entry's data.
Public methodStatic memberGetCacheEnumerator
Returns an instance of ICacheEnumerator that uses IConverters to view an underlying enumerator.
Public methodStatic memberGetCacheEventArgs
Returns an instance of a CacheEventArgs that uses IConverters to retrieve the event data.
Public methodStatic memberGetCollection
Returns an instance of ICollection that uses an IConverter to view an underlying collection.
Public methodStatic memberGetConcurrentCache
Returns a Converter instance of IConcurrentCache.
Public methodStatic memberGetDictionary
Returns a Converter instance of IDictionary.
Public methodStatic memberGetDictionaryEnumerator
Returns an instance of IDictionaryEnumerator that uses IConverters to view an underlying enumerator.
Public methodStatic memberGetEnumerator
Returns an instance of IEnumerator that uses an IConverter to view an underlying enumerator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetInvocableCache
Returns a Converter instance of IInvocableCache.
Public methodStatic memberGetNamedCache
Returns a Converter instance of INamedCache.
Public methodStatic memberGetObservableCache
Returns a Converter instance of IObservableCache.
Public methodStatic memberGetQueryCache
Returns a Converter instance of IQueryCache.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also