Uses of Class
com.tangosol.util.ConverterCollections.ConverterCollection
-
Uses of ConverterCollections.ConverterCollection in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
A Converter List views an underlying List through a Converter.static class
A Converter Set views an underlying Set through a Converter.static class
A Converter SortedSet views an underlying SortedSet through a Converter.Modifier and TypeMethodDescriptionstatic <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.