Click or drag to resize

ConverterCollections Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
A collection of ICollection implementation classes that use the IConverter interface to convert the items stored in underlying collection objects.
Inheritance Hierarchy
SystemObject
  Tangosol.UtilConverterCollections

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public abstract class ConverterCollections

The ConverterCollections type exposes the following members.

Constructors
  NameDescription
Protected methodConverterCollections
Initializes a new instance of the ConverterCollections class
Top
Methods
  NameDescription
Public methodStatic memberConvertArray(Object, IConverter)
Convert the contents of the passed array.
Public methodStatic memberConvertArray(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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCache
Returns a Converter instance of ICache.
Public methodStatic memberGetCacheEntries
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 the default hash function.
(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.)
Top
See Also