Uses of Class
com.tangosol.util.ConverterCollections.ConverterEntrySet
-
Packages that use ConverterCollections.ConverterEntrySet Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of ConverterCollections.ConverterEntrySet in com.tangosol.util
Methods in com.tangosol.util that return ConverterCollections.ConverterEntrySet Modifier and Type Method Description static <FK,TK,FV,TV>
ConverterCollections.ConverterEntrySet<FK,TK,FV,TV>ConverterCollections. getEntrySet(Collection<Map.Entry<FK,FV>> set, Converter<FK,TK> convKeyUp, Converter<TK,FK> convKeyDown, Converter<FV,TV> convValUp, Converter<TV,FV> convValDown)
Returns a Converter instance of a Set that holds Entry objects for a ConverterMap.
-