how to turn a linked list into a set code example Example: java list to set Set<Foo> foo = new HashSet<Foo>(myList);