IterableToHashSet<E> extension

on

Methods

toHashSet() HashSet<E>

Available on Iterable<E>, provided by the IterableToHashSet extension

Returns a new HashSet with all distinct elements of this collection.