Uses of Class
com.tangosol.util.ConverterCollections.ConverterEntry
Packages that use ConverterCollections.ConverterEntry
-
Uses of ConverterCollections.ConverterEntry in com.tangosol.util
Subclasses of ConverterCollections.ConverterEntry in com.tangosol.utilModifier and TypeClassDescriptionstatic class
A ConfigurableCacheMap.Entry that lazily converts the key and value.Methods in com.tangosol.util that return ConverterCollections.ConverterEntryModifier and TypeMethodDescriptionstatic <FK,
TK, FV, TV>
ConverterCollections.ConverterEntry<FK, TK, FV, TV> ConverterCollections.getEntry
(Map.Entry<FK, FV> entry, Converter<FK, TK> convKeyUp, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns an instance of a MapEntry that uses Converters to retrieve the Entry's data.