Opened a LinkedHashSet source code today and found some interesting thing:
public class LinkedHashSet extends HashSet implements Se
They didn't need to explicitly write implements Set. They did it for readability.
implements Set