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