Uses of Class
com.tangosol.util.ConverterCollections.ConverterEntry
-
Uses of ConverterCollections.ConverterEntry in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
A ConfigurableCacheMap.Entry that lazily converts the key and value.Modifier 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.