Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConverterCollections.ConverterSortedSet<F,T>
A Converter SortedSet views an underlying SortedSet through a
Converter.
|
Modifier and Type | Method and Description |
---|---|
static <F,T> ConverterCollections.ConverterSet<F,T> |
ConverterCollections.getSet(Set<F> set,
Converter<F,T> convUp,
Converter<T,F> convDown)
Returns an instance of Set that uses a Converter to view an
underlying Set.
|