Uses of Class
com.tangosol.util.ConverterCollections.ConverterSortedMap
Packages that use ConverterCollections.ConverterSortedMap
-
Uses of ConverterCollections.ConverterSortedMap in com.tangosol.util
Methods in com.tangosol.util that return ConverterCollections.ConverterSortedMapModifier 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.