Data Structures in Java: Part 6, Duplicate Elements, Ordered Collections, and More - Developer.com
A Set object cannot contain duplicate elements, but a List object can contain duplicate elements. Ordered collections are not the same as sorted collections. Specialized stipulations are placed on interfaces as you progress down the interface inheritance ...