#include <coherence/util/ConverterCollections.hpp>
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... | |
| 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.
| hArray | the supplied array | |
| vConvUp | the converter to use | 
| 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.
| vArray | the supplied array | |
| vConvUp | the converter to use |