Uses of Class
com.tangosol.util.ConverterCollections.ConverterEntry
-
Packages that use ConverterCollections.ConverterEntry Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of ConverterCollections.ConverterEntry in com.tangosol.util
Subclasses of ConverterCollections.ConverterEntry in com.tangosol.util Modifier and Type Class Description static class
ConverterCollections.ConverterCacheEntry
A ConfigurableCacheMap.Entry that lazily converts the key and value.Methods in com.tangosol.util that return ConverterCollections.ConverterEntry Modifier and Type Method Description static <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.
-