java 8 convert a list to a set code example Example: java list to set Set<Foo> foo = new HashSet<Foo>(myList);