Uses of Class
com.tangosol.util.ConverterCollections.ConverterMap
-
Packages that use ConverterCollections.ConverterMap Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of ConverterCollections.ConverterMap in com.tangosol.net.cache
Subclasses of ConverterCollections.ConverterMap in com.tangosol.net.cache Modifier and Type Class Description class
CacheStoreMap
A backing Map implementation that delegates all operations to a CacheStore. -
Uses of ConverterCollections.ConverterMap in com.tangosol.util
Subclasses of ConverterCollections.ConverterMap in com.tangosol.util Modifier and Type Class Description static 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.Methods in com.tangosol.util that return ConverterCollections.ConverterMap Modifier and Type Method Description static <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.
-