Uses of Class
com.tangosol.util.ConverterCollections.ConverterSortedSet
-
Uses of ConverterCollections.ConverterSortedSet in com.tangosol.util
Modifier and TypeMethodDescriptionstatic <F,
T> ConverterCollections.ConverterSortedSet <F, T> ConverterCollections.getSortedSet
(SortedSet<F> set, Converter<F, T> convUp, Converter<T, F> convDown) Returns an instance of SortedSet that uses a Converter to view an underlying SortedSet.