Uses of Class
com.tangosol.util.ConverterCollections.ConverterMap
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of ConverterCollections.ConverterMap in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
A backing Map implementation that delegates all operations to a CacheStore. -
Uses of ConverterCollections.ConverterMap in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
ConverterCollections.ConverterCacheMap<FK,
TK, FV, TV> A Converter CacheMap views an underlying CacheMap through a set of key and value Converters.static class
ConverterCollections.ConverterConcurrentMap<FK,
TK, FV, TV> A Converter ConcurrentMap views an underlying ConcurrentMap through a set of key and value Converters.static class
ConverterCollections.ConverterInvocableMap<FK,
TK, FV, TV> A Converter InvocableMap views an underlying InvocableMap through a set of key and value Converters.static class
ConverterCollections.ConverterNamedCache<FK,
TK, FV, TV> A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.static class
ConverterCollections.ConverterObservableMap<FK,
TK, FV, TV> A Converter ObservableMap views an underlying ObservableMap through a set of key and value Converters.static class
ConverterCollections.ConverterQueryMap<FK,
TK, FV, TV> A Converter QueryMap views an underlying QueryMap through a set of key and value Converters.static class
ConverterCollections.ConverterSortedMap<FK,
TK, FV, TV> A Converter SortedMap views an underlying SortedMap through a set of key and value Converters.Modifier and TypeMethodDescriptionstatic <FK,
TK, FV, TV>
ConverterCollections.ConverterMap<FK, TK, FV, TV> ConverterCollections.getMap
(Map<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of Map.