Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Method and 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.
|