Uses of Class
com.tangosol.util.ConverterCollections.ConverterSortedMap
-
Uses of ConverterCollections.ConverterSortedMap in com.tangosol.util
Modifier and TypeMethodDescriptionstatic <FK,
TK, FV, TV>
ConverterCollections.ConverterSortedMap<FK, TK, FV, TV> ConverterCollections.getSortedMap
(SortedMap<FK, FV> map, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of SortedMap.