destinationClass.
@param source the Iterable from which to map
@param destinationClass the type of elements to be contained in the returned Set.
@return a new List containing elements of typedestinationClass mapped from the elements of source.
| |
| |
| |