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