Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

ConverterCollections Class Reference

#include <coherence/util/ConverterCollections.hpp>

List of all members.


Detailed Description

A collection of Collection implementation classes that use the Converter interface to convert the items stored in underlying Collection objects.

Author:
mf 2007.07.05
 

Static Public Member Functions

static
ObjectArray::Handle 
convertArray (ObjectArray::Handle hArray, Converter::View vConvUp)
  Return a new lang::ObjectArray whose contents are the converted contents of the supplied array.
static ObjectArray::View  convertArray (ObjectArray::View vArray, Converter::View vConvUp)
  Return a new lang::ObjectArray whose contents are the converted contents of the supplied array.

Classes

class   ConverterCacheEvent
  A Converter CacheEvent views an underlying CacheEvent through a set of key and value Converters. More...
class   ConverterCacheMap
  A ConverterCacheMap views an underlying CacheMap through a set of key and value Converters. More...
class   ConverterCollection
  A ConverterCollection views an underlying Collection through a Converter. More...
class   ConverterConcurrentMap
  A Converter ConverterConcurrentMap views an underlying ConcurrentMap through a set of key and value Converters. More...
class   ConverterEntry
  A ConverterEntry views an underlying Map::Entry through a Converter. More...
class   ConverterInvocableMap
  A ConverterInvocable views an underlying InvocableMap through a set of key and value Converters. More...
class   ConverterIterator
  A ConverterIterator views an underlying Iterator through a Converter. More...
class   ConverterMap
  A ConverterMap views an underlying Map through a Converter. More...
class   ConverterMapEvent
  A Converter MapEvent views an underlying MapEvent through a set of key and value Converters. More...
class   ConverterMapListener
  A converter MapListener that converts events of the underlying MapListener for the underlying map. More...
class   ConverterNamedCache
  A ConverterNamedCache views an underlying NamedCache through a set of key and value Converters. More...
class   ConverterObservableMap
  A Converter ObservableMap views an underlying ObservableMap through a set of key and value Converters. More...
class   ConverterQueryMap
  A Converter QueryMap views an underlying QueryMap through a set of key and value Converters. More...
class   ConverterSet
  A ConverterSet views an underlying Set through a Converter. More...
class   EntryConverter
  Map::Entry Converter, supporting key and value conversion. More...
class   UnsupportedConverter
  Converter which always throws an UnsupportedOperationException. More...

Member Function Documentation

static ObjectArray::Handle convertArray ( ObjectArray::Handle  hArray,
    Converter::View  vConvUp  
  )     [static]

Return a new lang::ObjectArray whose contents are the converted contents of the supplied array.

Parameters:
  hArray  the supplied array
  vConvUp  the converter to use
Returns:
a handle to the converted array

static ObjectArray::View convertArray ( ObjectArray::View  vArray,
    Converter::View  vConvUp  
  )     [static]

Return a new lang::ObjectArray whose contents are the converted contents of the supplied array.

Parameters:
  vArray  the supplied array
  vConvUp  the converter to use
Returns:
a view of the converted array

The documentation for this class was generated from the following file:

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.