Uses of Class
com.tangosol.util.ConverterCollections.ConverterSortedSet
-
Packages that use ConverterCollections.ConverterSortedSet Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of ConverterCollections.ConverterSortedSet in com.tangosol.util
Methods in com.tangosol.util that return ConverterCollections.ConverterSortedSet Modifier and Type Method Description static <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.
-