how to convert list of objects to set in java code example Example: java list to set Set<Foo> foo = new HashSet<Foo>(myList);