| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ConverterCollections.ConverterList<F,T>
A Converter List views an underlying List through a Converter. 
 | 
static class  | 
ConverterCollections.ConverterSet<F,T>
A Converter Set views an underlying Set through a Converter. 
 | 
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.ConverterCollection<F,T> | 
ConverterCollections.getCollection(Collection<F> col,
             Converter<F,T> convUp,
             Converter<T,F> convDown)
Returns an instance of Collection that uses a Converter to view an
 underlying Collection. 
 |