IterableToHashSet<E>  extension 
 
- on
- 
          - Iterable<E> 
 
- Iterable<
Methods
- 
  toHashSet() → HashSet< E> 
- 
      Available on Iterable< Returns a new HashSet with all distinct elements of this collection.E> , provided by the IterableToHashSet extension